is not current version
Last Version 1.3

xyz.cofe:text 0.1


GroupId

GroupId

xyz.cofe
ArtifactId

ArtifactId

text
Version

Version

0.1
Type

Type

jar

Download text 0.1


<!-- 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"]