j

java-iso-tools-parent

LGPL
Stephen Connolly Brad BARCLAY
Files download
File Operation
java-iso-tools-parent-2.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.stephenc.java-iso-tools</groupId>
  <artifactId>java-iso-tools-parent</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.stephenc.java-iso-tools:java-iso-tools-parent:2.1.0'
Gradle Kotlin
implementation("com.github.stephenc.java-iso-tools:java-iso-tools-parent:2.1.0")
Scala SBT
libraryDependencies += "com.github.stephenc.java-iso-tools" % "java-iso-tools-parent" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stephenc.java-iso-tools', module='java-iso-tools-parent', version='2.1.0')
)
Apache Ivy
<dependency org="com.github.stephenc.java-iso-tools" name="java-iso-tools-parent" rev="2.1.0" />
Leiningen
[com.github.stephenc.java-iso-tools/java-iso-tools-parent "2.1.0"]
Apache Buildr
'com.github.stephenc.java-iso-tools:java-iso-tools-parent:jar:2.1.0'