is not current version
Last Version 1.3

xyz.cofe:text 1.1

text format and stream functions

GroupId

GroupId

xyz.cofe
ArtifactId

ArtifactId

text
Version

Version

1.1
Type

Type

jar

Download text 1.1


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