The Limitra JVM Sdk Core enables you to use the full stack development techniques for JVM-based projects in a practical, functional and safe way and to achieve optimized results.
Apache Maven
<dependency>
<groupId>com.limitra.sdk</groupId>
<artifactId>core_2.13</artifactId>
<version>0.0.8</version>
</dependency>
Gradle Groovy DSL
implementation 'com.limitra.sdk:core_2.13:0.0.8'
Gradle Kotlin DSL
compile("com.limitra.sdk:core_2.13:0.0.8")
Scala SBT
libraryDependencies += "com.limitra.sdk" %% "core_2.13" % "0.0.8"
Apache Ivy
<dependency org="com.limitra.sdk" name="core_2.13" rev="0.0.8" />
Groovy Grape
@Grapes(
@Grab(group='com.limitra.sdk', module='core_2.13', version='0.0.8')
)
Leiningen
[com.limitra.sdk/core_2.13 "0.0.8"]
Apache Buildr
'com.limitra.sdk:core_2.13:jar:0.0.8'
PURL
pkg:maven/com.limitra.sdk/[email protected]
Bazel
maven_jar(
name = "core_2.13",
artifact = "com.limitra.sdk:core_2.13:0.0.8",
sha1 = "1fc38353bb455e5f96b589dff288b11e110e3200",
)
- Usage documents will be published soon along with output version
- Usage documents will be published soon along with output version
- Usage documents will be published soon along with output version