MVN

aptconvert : aptconvert

Maven & Gradle

Sep 20, 2005
<dependency>
    <groupId>aptconvert</groupId>
    <artifactId>aptconvert</artifactId>
    <version>020903</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of aptconvert : aptconvert to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 020903

All Versions

Choose a version of aptconvert : aptconvert to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
020903
aptconvert-020903

How to add a dependency to Maven

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

<dependency>
    <groupId>aptconvert</groupId>
    <artifactId>aptconvert</artifactId>
    <version>020903</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following aptconvert : aptconvert gradle dependency to your build.gradle file:

implementation 'aptconvert:aptconvert:020903'

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

implementation("aptconvert:aptconvert:020903")

How to add a dependency to SBT Scala

SBT Scala: Add the following aptconvert : aptconvert sbt scala dependency to your build.sbt file:

libraryDependencies += "aptconvert" % "aptconvert" % "020903"

Advertisement