License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.stephenc.java-iso-tools |
ArtifactId | ArtifactIdjava-iso-tools-parent |
Version | Version2.1.0 |
Type | Typepom |
Description |
DescriptionJava ISO9660 Tools Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-iso-tools-parent-2.1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/java-iso-tools-parent/ -->
<dependency>
<groupId>com.github.stephenc.java-iso-tools</groupId>
<artifactId>java-iso-tools-parent</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/java-iso-tools-parent/
implementation 'com.github.stephenc.java-iso-tools:java-iso-tools-parent:2.1.0'
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/java-iso-tools-parent/
implementation ("com.github.stephenc.java-iso-tools:java-iso-tools-parent:2.1.0")
'com.github.stephenc.java-iso-tools:java-iso-tools-parent:pom:2.1.0'
<dependency org="com.github.stephenc.java-iso-tools" name="java-iso-tools-parent" rev="2.1.0">
<artifact name="java-iso-tools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.java-iso-tools', module='java-iso-tools-parent', version='2.1.0')
)
libraryDependencies += "com.github.stephenc.java-iso-tools" % "java-iso-tools-parent" % "2.1.0"
[com.github.stephenc.java-iso-tools/java-iso-tools-parent "2.1.0"]