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