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