Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - jw-s/groothy: Kotlin implementation of Groovy Truth
Kotlin implementation of Groovy Truth. Contribute to jw-s/groothy development by creating an account on GitHub.
Visit SiteGitHub - jw-s/groothy: Kotlin implementation of Groovy Truth
Kotlin implementation of Groovy Truth. Contribute to jw-s/groothy development by creating an account on GitHub.
Powered by 0x5a.live ๐
Kotlin implementation of Groovy Truth
#Example
if("".isTrue()) //false
if(" ".isTrue()) //false
if("hello, world".isTrue()) //true
Maven
You must configure your pom.xml
file using JCenter repository
<repository>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
<dependency>
<groupId>com.joelws</groupId>
<artifactId>groothy</artifactId>
<version>1.1</version>
</dependency>
Gradle
repositories {
jcenter()
}
compile 'com.joelws:groothy:1.1'
Kotlin Resources
are all listed below.
GitHub - BenWoodworth/knbt: Kotlin NBT library for kotlinx.serialization
resource
~/github.com
resource
GitHub - brianmadden/krawler: A web crawling framework written in Kotlin
resource
~/github.com
resource
GitHub - OxygenCobalt/Auxio: A simple, rational music player for android
resource
~/github.com
resource
GitHub - eriksencosta/math-percentage: Percentage calculations made easy
resource
~/github.com
resource
GitHub - ctripcorp/mmkv-kotlin: A Kotlin Multiplatform porting for MMKV.
resource
~/github.com
resource
GitHub - Litote/kmongo: [deprecated] KMongo - a Kotlin toolkit for Mongo
resource
~/github.com
resource
Test-Driven Development Tutorial for Android: Getting Started
resource
~/www.raywenderlich.com
resource
GitHub - jacinpoz/rxaerospike: RxJava2 wrapper for aerospike-client-java
resource
~/github.com
resource
GitHub - pedrovgs/KotlinSnapshot: Snapshot Testing framework for Kotlin.
resource
~/github.com
resource
GitHub - hankdavidson/ktime: kotlin extensions to the java8 time library
resource
~/github.com
resource
GitHub - ziggy42/Blum: A simple android Twitter client written in Kotlin
resource
~/github.com
resource
Made with โค๏ธ
to provide different kinds of informations and resources.