Table of Contents
Limitra Sdk-Core
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.
Import Dependency
Apache Maven
<dependency>
<groupId>com.limitra.sdk</groupId>
<artifactId>core_2.13</artifactId>
<version>0.0.7</version>
</dependency>
Gradle Groovy DSL
implementation 'com.limitra.sdk:core_2.13:0.0.7'
Gradle Kotlin DSL
compile("com.limitra.sdk:core_2.13:0.0.7")
Scala SBT
libraryDependencies += "com.limitra.sdk" %% "core_2.13" % "0.0.7"
Apache Ivy
<dependency org="com.limitra.sdk" name="core_2.13" rev="0.0.7" />
Groovy Grape
@Grapes(
@Grab(group='com.limitra.sdk', module='core_2.13', version='0.0.7')
)
Leiningen
[com.limitra.sdk/core_2.13 "0.0.7"]
Apache Buildr
'com.limitra.sdk:core_2.13:jar:0.0.7'
PURL
pkg:maven/com.limitra.sdk/core_2.13@0.0.7
Bazel
maven_jar(
name = "core_2.13",
artifact = "com.limitra.sdk:core_2.13:0.0.7",
sha1 = "1fc38353bb455e5f96b589dff288b11e110e3200",
)
Extensions
- Usage documents will be published soon along with output version
Providers
- Usage documents will be published soon along with output version
Examples
- Usage documents will be published soon along with output version