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