MVN

com.artipie : debian-adapter

Maven & Gradle

Jul 14, 2023
12 stars

debian-adapter · Debian adapter

<dependency>
    <groupId>com.artipie</groupId>
    <artifactId>debian-adapter</artifactId>
    <version>v0.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.artipie : debian-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v0.8.5

All Versions

Choose a version of com.artipie : debian-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.8.x
debian-adapter-v0.8.5
debian-adapter-v0.8.4
debian-adapter-v0.8.3
debian-adapter-v0.8.2
debian-adapter-v0.8.1
debian-adapter-v0.8.0
v0.4.x
debian-adapter-v0.4.5
0.7.x
debian-adapter-0.7.1
0.7
debian-adapter-0.7
0.5
debian-adapter-0.5
0.4.x
debian-adapter-0.4.2
debian-adapter-0.4.1
0.4
debian-adapter-0.4
0.3
debian-adapter-0.3
0.2
debian-adapter-0.2
0.1
debian-adapter-0.1
test0.0.x
debian-adapter-test0.0.1

How to add a dependency to Maven

Add the following com.artipie : debian-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.artipie</groupId>
    <artifactId>debian-adapter</artifactId>
    <version>v0.8.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.artipie : debian-adapter gradle dependency to your build.gradle file:

implementation 'com.artipie:debian-adapter:v0.8.5'

Gradle Kotlin DSL: Add the following com.artipie : debian-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.artipie:debian-adapter:v0.8.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.artipie : debian-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.artipie" % "debian-adapter" % "v0.8.5"