MVN

ru.asubezdna : abyss-export

Maven & Gradle

Jul 20, 2023

abyss-export · DB import/export library for Abyss ACS

<dependency>
    <groupId>ru.asubezdna</groupId>
    <artifactId>abyss-export</artifactId>
    <version>1.14.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.asubezdna : abyss-export to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.3

All Versions

Choose a version of ru.asubezdna : abyss-export to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
abyss-export-1.14.3
abyss-export-1.14.2
abyss-export-1.14.1
1.14
abyss-export-1.14
1.13
abyss-export-1.13
1.12.x
abyss-export-1.12.4
abyss-export-1.12.3
abyss-export-1.12.2
abyss-export-1.12.1
1.12
abyss-export-1.12
1.11
abyss-export-1.11
1.10
abyss-export-1.10
1.9
abyss-export-1.9
1.8.x
abyss-export-1.8.2
abyss-export-1.8.1
1.8
abyss-export-1.8
1.7.x
abyss-export-1.7.2
abyss-export-1.7.1
1.7
abyss-export-1.7
1.6.x
abyss-export-1.6.1
1.6
abyss-export-1.6
1.5.x
abyss-export-1.5.1
1.5
abyss-export-1.5
1.4
abyss-export-1.4
1.3
abyss-export-1.3
1.2
abyss-export-1.2
1.1.x
abyss-export-1.1.1
1.1
abyss-export-1.1

How to add a dependency to Maven

Add the following ru.asubezdna : abyss-export maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.asubezdna</groupId>
    <artifactId>abyss-export</artifactId>
    <version>1.14.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.asubezdna : abyss-export gradle dependency to your build.gradle file:

implementation 'ru.asubezdna:abyss-export:1.14.3'

Gradle Kotlin DSL: Add the following ru.asubezdna : abyss-export gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.asubezdna:abyss-export:1.14.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.asubezdna : abyss-export sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.asubezdna" % "abyss-export" % "1.14.3"