MVN

com.adtsw : jdatalayer

Maven & Gradle

Feb 23, 2022
0 stars

Datalayer Project · Connectors for common java projects

<dependency>
    <groupId>com.adtsw</groupId>
    <artifactId>jdatalayer</artifactId>
    <version>rocksdb</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adtsw : jdatalayer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: rocksdb

All Versions

Choose a version of com.adtsw : jdatalayer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jdatalayer-1.0.0
rocksdb
jdatalayer-rocksdb
mapdb
jdatalayer-mapdb
jdatalayer
jdatalayer-jdatalayer
core
jdatalayer-core

How to add a dependency to Maven

Add the following com.adtsw : jdatalayer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adtsw</groupId>
    <artifactId>jdatalayer</artifactId>
    <version>rocksdb</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adtsw : jdatalayer gradle dependency to your build.gradle file:

implementation 'com.adtsw:jdatalayer:rocksdb'

Gradle Kotlin DSL: Add the following com.adtsw : jdatalayer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adtsw:jdatalayer:rocksdb")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adtsw : jdatalayer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adtsw" % "jdatalayer" % "rocksdb"

Advertisement