| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdcom.rapid7.pax | 
| ArtifactId | ArtifactIdpax-runner-platform-archetype | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionRapid :: Ops4j :: PAX runner platform extender archetype An archetype for creating pax-runner platform definition files. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.rapid7.pax/pax-runner-platform-archetype/ -->
<dependency>
    <groupId>com.rapid7.pax</groupId>
    <artifactId>pax-runner-platform-archetype</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.rapid7.pax/pax-runner-platform-archetype/
implementation 'com.rapid7.pax:pax-runner-platform-archetype:1.0'// https://jarcasting.com/artifacts/com.rapid7.pax/pax-runner-platform-archetype/
implementation ("com.rapid7.pax:pax-runner-platform-archetype:1.0")'com.rapid7.pax:pax-runner-platform-archetype:jar:1.0'<dependency org="com.rapid7.pax" name="pax-runner-platform-archetype" rev="1.0">
  <artifact name="pax-runner-platform-archetype" type="jar" />
</dependency>@Grapes(
@Grab(group='com.rapid7.pax', module='pax-runner-platform-archetype', version='1.0')
)libraryDependencies += "com.rapid7.pax" % "pax-runner-platform-archetype" % "1.0"[com.rapid7.pax/pax-runner-platform-archetype "1.0"]