| GroupId | GroupIdorg.sonatype.runtime |
|---|---|
| ArtifactId | ArtifactIdarchive-template |
| Version | Version0.1.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| archive-template-0.1.2.pom | |
| archive-template-0.1.2.zip | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.runtime/archive-template/ -->
<dependency>
<groupId>org.sonatype.runtime</groupId>
<artifactId>archive-template</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.runtime/archive-template/
implementation 'org.sonatype.runtime:archive-template:0.1.2'
// https://jarcasting.com/artifacts/org.sonatype.runtime/archive-template/
implementation ("org.sonatype.runtime:archive-template:0.1.2")
'org.sonatype.runtime:archive-template:pom:0.1.2'
<dependency org="org.sonatype.runtime" name="archive-template" rev="0.1.2">
<artifact name="archive-template" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.runtime', module='archive-template', version='0.1.2')
)
libraryDependencies += "org.sonatype.runtime" % "archive-template" % "0.1.2"
[org.sonatype.runtime/archive-template "0.1.2"]