License |
License |
---|---|
GroupId | GroupIdxyz.cofe |
ArtifactId | ArtifactIdtext |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptiontext
text format and stream functions
|
Filename | Size |
---|---|
text-1.0.pom | |
text-1.0.jar | 117 KB |
text-1.0-sources.jar | 88 KB |
text-1.0-javadoc.jar | 626 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/text/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>text</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/text/
implementation 'xyz.cofe:text:1.0'
// https://jarcasting.com/artifacts/xyz.cofe/text/
implementation ("xyz.cofe:text:1.0")
'xyz.cofe:text:jar:1.0'
<dependency org="xyz.cofe" name="text" rev="1.0">
<artifact name="text" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='text', version='1.0')
)
libraryDependencies += "xyz.cofe" % "text" % "1.0"
[xyz.cofe/text "1.0"]
Group / Artifact | Type | Version |
---|---|---|
xyz.cofe : ecolls | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |