GroupId | GroupIdorg.jdrupes.mdoclet |
---|---|
ArtifactId | ArtifactIddoclet |
Version | Version0.9.5 |
Type | Typejar |
Filename | Size |
---|---|
doclet-0.9.5.pom | |
doclet-0.9.5.jar | 151 KB |
doclet-0.9.5-sources.jar | 24 KB |
doclet-0.9.5-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdrupes.mdoclet/doclet/ -->
<dependency>
<groupId>org.jdrupes.mdoclet</groupId>
<artifactId>doclet</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdrupes.mdoclet/doclet/
implementation 'org.jdrupes.mdoclet:doclet:0.9.5'
// https://jarcasting.com/artifacts/org.jdrupes.mdoclet/doclet/
implementation ("org.jdrupes.mdoclet:doclet:0.9.5")
'org.jdrupes.mdoclet:doclet:jar:0.9.5'
<dependency org="org.jdrupes.mdoclet" name="doclet" rev="0.9.5">
<artifact name="doclet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdrupes.mdoclet', module='doclet', version='0.9.5')
)
libraryDependencies += "org.jdrupes.mdoclet" % "doclet" % "0.9.5"
[org.jdrupes.mdoclet/doclet "0.9.5"]