License |
License |
---|---|
GroupId | GroupIdxyz.cofe |
ArtifactId | ArtifactIdtext-out |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontext-out
Rich text output stream/writer
|
Filename | Size |
---|---|
text-out-1.0.pom | |
text-out-1.0.jar | 7 KB |
text-out-1.0-sources.jar | 3 KB |
text-out-1.0-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/text-out/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>text-out</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/text-out/
implementation 'xyz.cofe:text-out:1.0'
// https://jarcasting.com/artifacts/xyz.cofe/text-out/
implementation ("xyz.cofe:text-out:1.0")
'xyz.cofe:text-out:jar:1.0'
<dependency org="xyz.cofe" name="text-out" rev="1.0">
<artifact name="text-out" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='text-out', version='1.0')
)
libraryDependencies += "xyz.cofe" % "text-out" % "1.0"
[xyz.cofe/text-out "1.0"]
Group / Artifact | Type | Version |
---|---|---|
xyz.cofe : basic-template | jar | 1.0 |
xyz.cofe : fs | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |