GroupId | GroupIdxyz.cofe |
---|---|
ArtifactId | ArtifactIdtext |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
text-1.2.pom | |
text-1.2.jar | 131 KB |
text-1.2-sources.jar | 95 KB |
text-1.2-javadoc.jar | 701 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/text/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>text</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/text/
implementation 'xyz.cofe:text:1.2'
// https://jarcasting.com/artifacts/xyz.cofe/text/
implementation ("xyz.cofe:text:1.2")
'xyz.cofe:text:jar:1.2'
<dependency org="xyz.cofe" name="text" rev="1.2">
<artifact name="text" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='text', version='1.2')
)
libraryDependencies += "xyz.cofe" % "text" % "1.2"
[xyz.cofe/text "1.2"]