MVN

com.github.martinpaljak : apdu4j-tool

Maven & Gradle

May 06, 2021
103 stars
<dependency>
    <groupId>com.github.martinpaljak</groupId>
    <artifactId>apdu4j-tool</artifactId>
    <version>21.05.06</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.martinpaljak : apdu4j-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.05.06

All Versions

Choose a version of com.github.martinpaljak : apdu4j-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
21.05.x
apdu4j-tool-21.05.06
21.04.x
apdu4j-tool-21.04.12
apdu4j-tool-21.04.01
20.01.x
apdu4j-tool-20.01.01
19.05.x
apdu4j-tool-19.05.08

How to add a dependency to Maven

Add the following com.github.martinpaljak : apdu4j-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.martinpaljak</groupId>
    <artifactId>apdu4j-tool</artifactId>
    <version>21.05.06</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.martinpaljak : apdu4j-tool gradle dependency to your build.gradle file:

implementation 'com.github.martinpaljak:apdu4j-tool:21.05.06'

Gradle Kotlin DSL: Add the following com.github.martinpaljak : apdu4j-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.martinpaljak:apdu4j-tool:21.05.06")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.martinpaljak : apdu4j-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.martinpaljak" % "apdu4j-tool" % "21.05.06"

Advertisement