GroupId | GroupIduk.org.retep.doclet |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version9.10 |
Type | Typejar |
Filename | Size |
---|---|
core-9.10.pom | |
core-9.10.jar | 371 KB |
core-9.10-sources.jar | 357 KB |
core-9.10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.doclet/core/ -->
<dependency>
<groupId>uk.org.retep.doclet</groupId>
<artifactId>core</artifactId>
<version>9.10</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.doclet/core/
implementation 'uk.org.retep.doclet:core:9.10'
// https://jarcasting.com/artifacts/uk.org.retep.doclet/core/
implementation ("uk.org.retep.doclet:core:9.10")
'uk.org.retep.doclet:core:jar:9.10'
<dependency org="uk.org.retep.doclet" name="core" rev="9.10">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.doclet', module='core', version='9.10')
)
libraryDependencies += "uk.org.retep.doclet" % "core" % "9.10"
[uk.org.retep.doclet/core "9.10"]