| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdxml-mapping |
| Last Version | Last Version0.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe xml framework for java.
|
| Filename | Size |
|---|---|
| xml-mapping-0.0.8.pom | |
| xml-mapping-0.0.8.jar | 55 KB |
| xml-mapping-0.0.8-sources.jar | 40 KB |
| xml-mapping-0.0.8-javadoc.jar | 429 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/xml-mapping/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>xml-mapping</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/xml-mapping/
implementation 'com.github.houbb:xml-mapping:0.0.8'
// https://jarcasting.com/artifacts/com.github.houbb/xml-mapping/
implementation ("com.github.houbb:xml-mapping:0.0.8")
'com.github.houbb:xml-mapping:jar:0.0.8'
<dependency org="com.github.houbb" name="xml-mapping" rev="0.0.8">
<artifact name="xml-mapping" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='xml-mapping', version='0.0.8')
)
libraryDependencies += "com.github.houbb" % "xml-mapping" % "0.0.8"
[com.github.houbb/xml-mapping "0.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.houbb : heaven | jar | 0.1.58 |
| dom4j : dom4j | jar | 1.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |