MVN

io.github.subiyacryolite : jds

Maven & Gradle

Aug 27, 2020
21 stars

Jenesis Data Store · A dynamic, cross platform and high performance data-mapper. JDS is designed to assist in rapid development and the creation of robust, strongly typed, field dictionaries

<dependency>
    <groupId>io.github.subiyacryolite</groupId>
    <artifactId>jds</artifactId>
    <version>20.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.subiyacryolite : jds to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.4

All Versions

Choose a version of io.github.subiyacryolite : jds to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.4
jds-20.4
10.2.x
jds-10.2.0
9.2.x
jds-9.2.0
4.1.x
jds-4.1.8
jds-4.1.7
jds-4.1.6
4.0.x
jds-4.0.5
jds-4.0.4
jds-4.0.3
jds-4.0.2
jds-4.0.1
jds-4.0.0
3.4.x
jds-3.4.3
jds-3.4.1
3.2.x
jds-3.2.3
jds-3.2.0
3.1.x
jds-3.1.9
jds-3.1.8
jds-3.1.7
jds-3.1.6
jds-3.1.5
jds-3.1.4
jds-3.1.3
jds-3.1.1
3.0.x
jds-3.0.2
jds-3.0.1
2.17.x
jds-2.17.0729
jds-2.17.0728
jds-2.17.0726
jds-2.17.0724
jds-2.17.0726b
jds-2.17.0718b
jds-2.17.0711c
jds-2.17.0711b
1.170710
jds-1.170710
1.170708
jds-1.170708
1.170705
jds-1.170705
1.170626
jds-1.170626
1.170619
jds-1.170619
1.170531
jds-1.170531
1.170514
jds-1.170514
1.170511
jds-1.170511
1.170414
jds-1.170414
1.170405
jds-1.170405
1.170402
jds-1.170402
1.170619c
jds-1.170619c
1.170619b
jds-1.170619b
1.170531b
jds-1.170531b

How to add a dependency to Maven

Add the following io.github.subiyacryolite : jds maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.subiyacryolite</groupId>
    <artifactId>jds</artifactId>
    <version>20.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.subiyacryolite : jds gradle dependency to your build.gradle file:

implementation 'io.github.subiyacryolite:jds:20.4'

Gradle Kotlin DSL: Add the following io.github.subiyacryolite : jds gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.subiyacryolite:jds:20.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.subiyacryolite : jds sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.subiyacryolite" % "jds" % "20.4"

Advertisement