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