| GroupId | GroupIdorg.sonatype.runtime | 
    
|---|---|
| ArtifactId | ArtifactIdarchive-template | 
    
| Last Version | Last Version0.1.4 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionSonatype Runtime :: xAR Template 
            
         | 
    
| Filename | Size | 
|---|---|
| archive-template-0.1.4.pom | |
| archive-template-0.1.4.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.4</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.sonatype.runtime/archive-template/
implementation 'org.sonatype.runtime:archive-template:0.1.4'
                // https://jarcasting.com/artifacts/org.sonatype.runtime/archive-template/
implementation ("org.sonatype.runtime:archive-template:0.1.4")
                'org.sonatype.runtime:archive-template:pom:0.1.4'
                <dependency org="org.sonatype.runtime" name="archive-template" rev="0.1.4">
  <artifact name="archive-template" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.sonatype.runtime', module='archive-template', version='0.1.4')
)
                libraryDependencies += "org.sonatype.runtime" % "archive-template" % "0.1.4"
                [org.sonatype.runtime/archive-template "0.1.4"]