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