Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdde.unkrig |
ArtifactId | ArtifactIddoclet-ant |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
doclet-ant-1.0.6.pom | |
doclet-ant-1.0.6.jar | 73 KB |
doclet-ant-1.0.6-sources.jar | 50 KB |
doclet-ant-1.0.6-javadoc.jar | 76 KB |
doclet-ant-1.0.6-jar-with-dependencies.jar | 761 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.unkrig/doclet-ant/ -->
<dependency>
<groupId>de.unkrig</groupId>
<artifactId>doclet-ant</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig/doclet-ant/
implementation 'de.unkrig:doclet-ant:1.0.6'
// https://jarcasting.com/artifacts/de.unkrig/doclet-ant/
implementation ("de.unkrig:doclet-ant:1.0.6")
'de.unkrig:doclet-ant:jar:1.0.6'
<dependency org="de.unkrig" name="doclet-ant" rev="1.0.6">
<artifact name="doclet-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig', module='doclet-ant', version='1.0.6')
)
libraryDependencies += "de.unkrig" % "doclet-ant" % "1.0.6"
[de.unkrig/doclet-ant "1.0.6"]