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