| License | License | 
|---|---|
| GroupId | GroupIdxyz.cofe | 
| ArtifactId | ArtifactIdxml-utl | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionparent for common lib for any platform | 
| Filename | Size | 
|---|---|
| xml-utl-1.0.pom | |
| xml-utl-1.0.jar | 74 KB | 
| xml-utl-1.0-sources.jar | 55 KB | 
| xml-utl-1.0-javadoc.jar | 513 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xyz.cofe/xml-utl/ -->
<dependency>
    <groupId>xyz.cofe</groupId>
    <artifactId>xml-utl</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/xyz.cofe/xml-utl/
implementation 'xyz.cofe:xml-utl:1.0'// https://jarcasting.com/artifacts/xyz.cofe/xml-utl/
implementation ("xyz.cofe:xml-utl:1.0")'xyz.cofe:xml-utl:jar:1.0'<dependency org="xyz.cofe" name="xml-utl" rev="1.0">
  <artifact name="xml-utl" type="jar" />
</dependency>@Grapes(
@Grab(group='xyz.cofe', module='xml-utl', version='1.0')
)libraryDependencies += "xyz.cofe" % "xml-utl" % "1.0"[xyz.cofe/xml-utl "1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| xyz.cofe : ecolls | jar | 1.3 | 
| xyz.cofe : text | jar | 1.0 | 
| xyz.cofe : iofun | jar | 1.0 | 
| xyz.cofe : fs | jar | 1.1 | 
| xyz.cofe : basic-template | jar | 1.1 | 
| xyz.cofe : types | jar | 1.0 | 
| xyz.cofe : text-lex | jar | 1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |