MVN

org.thiki : lark

Maven & Gradle

May 13, 2016
0 stars

lark · A common jar for my other projects to use.

<dependency>
    <groupId>org.thiki</groupId>
    <artifactId>lark</artifactId>
    <version>1.0-release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.thiki : lark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-release

All Versions

Choose a version of org.thiki : lark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
lark-1.0-release

How to add a dependency to Maven

Add the following org.thiki : lark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.thiki</groupId>
    <artifactId>lark</artifactId>
    <version>1.0-release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.thiki : lark gradle dependency to your build.gradle file:

implementation 'org.thiki:lark:1.0-release'

Gradle Kotlin DSL: Add the following org.thiki : lark gradle kotlin dependency to your build.gradle.kts file:

implementation("org.thiki:lark:1.0-release")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.thiki : lark sbt scala dependency to your build.sbt file:

libraryDependencies += "org.thiki" % "lark" % "1.0-release"

Advertisement