| License | 
                License | 
        
|---|---|
| GroupId | GroupIdxyz.cofe | 
    
| ArtifactId | ArtifactIdxml | 
    
| Last Version | Last Version0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionxml 
            Xml stream 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| xml-0.1.pom | |
| xml-0.1.jar | 97 KB | 
| xml-0.1-sources.jar | 63 KB | 
| xml-0.1-javadoc.jar | 234 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xyz.cofe/xml/ -->
<dependency>
    <groupId>xyz.cofe</groupId>
    <artifactId>xml</artifactId>
    <version>0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/xyz.cofe/xml/
implementation 'xyz.cofe:xml:0.1'
                // https://jarcasting.com/artifacts/xyz.cofe/xml/
implementation ("xyz.cofe:xml:0.1")
                'xyz.cofe:xml:jar:0.1'
                <dependency org="xyz.cofe" name="xml" rev="0.1">
  <artifact name="xml" type="jar" />
</dependency>
                @Grapes(
@Grab(group='xyz.cofe', module='xml', version='0.1')
)
                libraryDependencies += "xyz.cofe" % "xml" % "0.1"
                [xyz.cofe/xml "0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| xyz.cofe : collection | jar | [0.1,2.0) | 
| xyz.cofe : type | jar | 0.1 | 
| xyz.cofe : iostream | jar | 0.1 | 
| xyz.cofe : fs | jar | 0.1 | 
| xyz.cofe : fs-itf | jar | 0.1 | 
| xyz.cofe : text | jar | 0.1 | 
| xyz.cofe : template | jar | 0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.10 |