MVN

com.oberasoftware : jasdb_api

Maven & Gradle

Sep 07, 2017
6 usages
30 stars
<dependency>
    <groupId>com.oberasoftware</groupId>
    <artifactId>jasdb_api</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oberasoftware : jasdb_api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of com.oberasoftware : jasdb_api to add to Maven or Gradle - All Versions:

  • Version Updated
  • jasdb_api-1.2.1

    Sep 06, 2017
  • jasdb_api-1.2

    Aug 14, 2017
  • jasdb_api-1.1.2

    Sep 18, 2015
  • jasdb_api-1.1.1

    Jul 01, 2015
  • jasdb_api-1.1

    Jul 01, 2015
  • jasdb_api-1.0

    Sep 29, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>com.oberasoftware</groupId>
    <artifactId>jasdb_api</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oberasoftware : jasdb_api gradle dependency to your build.gradle file:

implementation 'com.oberasoftware:jasdb_api:1.2.1'

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

implementation("com.oberasoftware:jasdb_api:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oberasoftware : jasdb_api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oberasoftware" % "jasdb_api" % "1.2.1"