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