| GroupId | GroupIdcom.lunatech.jax-doclets |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version0.8.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-0.8.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lunatech.jax-doclets/parent/ -->
<dependency>
<groupId>com.lunatech.jax-doclets</groupId>
<artifactId>parent</artifactId>
<version>0.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lunatech.jax-doclets/parent/
implementation 'com.lunatech.jax-doclets:parent:0.8.1'
// https://jarcasting.com/artifacts/com.lunatech.jax-doclets/parent/
implementation ("com.lunatech.jax-doclets:parent:0.8.1")
'com.lunatech.jax-doclets:parent:pom:0.8.1'
<dependency org="com.lunatech.jax-doclets" name="parent" rev="0.8.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lunatech.jax-doclets', module='parent', version='0.8.1')
)
libraryDependencies += "com.lunatech.jax-doclets" % "parent" % "0.8.1"
[com.lunatech.jax-doclets/parent "0.8.1"]