Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.stephenc.java-iso-tools |
ArtifactId | ArtifactIdjava-iso-tools-parent |
Version | Version1.2.2 |
Type | Typepom |
Filename | Size |
---|---|
java-iso-tools-parent-1.2.2.pom | 3 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>1.2.2</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:1.2.2'
// 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:1.2.2")
'com.github.stephenc.java-iso-tools:java-iso-tools-parent:pom:1.2.2'
<dependency org="com.github.stephenc.java-iso-tools" name="java-iso-tools-parent" rev="1.2.2">
<artifact name="java-iso-tools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.java-iso-tools', module='java-iso-tools-parent', version='1.2.2')
)
libraryDependencies += "com.github.stephenc.java-iso-tools" % "java-iso-tools-parent" % "1.2.2"
[com.github.stephenc.java-iso-tools/java-iso-tools-parent "1.2.2"]