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