Logo

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

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.

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.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.