| License |
License |
|---|---|
| GroupId | GroupIdcom.lunatech.jax-doclets |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version0.10.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionjax-doclets
jax-doclets allows you to generate JavaDoc documentation for specific Java annotation-based extensions.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-0.10.1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lunatech.jax-doclets/parent/ -->
<dependency>
<groupId>com.lunatech.jax-doclets</groupId>
<artifactId>parent</artifactId>
<version>0.10.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lunatech.jax-doclets/parent/
implementation 'com.lunatech.jax-doclets:parent:0.10.1'
// https://jarcasting.com/artifacts/com.lunatech.jax-doclets/parent/
implementation ("com.lunatech.jax-doclets:parent:0.10.1")
'com.lunatech.jax-doclets:parent:pom:0.10.1'
<dependency org="com.lunatech.jax-doclets" name="parent" rev="0.10.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lunatech.jax-doclets', module='parent', version='0.10.1')
)
libraryDependencies += "com.lunatech.jax-doclets" % "parent" % "0.10.1"
[com.lunatech.jax-doclets/parent "0.10.1"]