MVN

net.sf.applecommander : AppleCommander

Maven & Gradle

May 23, 2022
93 stars

AppleCommander · AppleCommander is a general utility for Apple II disk images.

<dependency>
    <groupId>net.sf.applecommander</groupId>
    <artifactId>AppleCommander</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.applecommander : AppleCommander to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of net.sf.applecommander : AppleCommander to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
AppleCommander-1.8.0
1.7.x
AppleCommander-1.7.0
1.6.x
AppleCommander-1.6.0
1.5.x
AppleCommander-1.5.0
1.4.x
AppleCommander-1.4.0
1.3.x
AppleCommander-1.3.5.14

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.applecommander</groupId>
    <artifactId>AppleCommander</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.applecommander : AppleCommander gradle dependency to your build.gradle file:

implementation 'net.sf.applecommander:AppleCommander:1.8.0'

Gradle Kotlin DSL: Add the following net.sf.applecommander : AppleCommander gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.applecommander:AppleCommander:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.applecommander : AppleCommander sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.applecommander" % "AppleCommander" % "1.8.0"

Advertisement