| License |
License |
|---|---|
| GroupId | GroupIdcom.goharsha |
| ArtifactId | ArtifactIdeasyxml |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEasyXML
An easy to use GWT compatible XML parser for Java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| easyxml-0.1.pom | |
| easyxml-0.1.jar | 10 KB |
| easyxml-0.1-sources.jar | 7 KB |
| easyxml-0.1-javadoc.jar | 37 KB |
| easyxml-0.1-gwt.jar | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.goharsha/easyxml/ -->
<dependency>
<groupId>com.goharsha</groupId>
<artifactId>easyxml</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.goharsha/easyxml/
implementation 'com.goharsha:easyxml:0.1'
// https://jarcasting.com/artifacts/com.goharsha/easyxml/
implementation ("com.goharsha:easyxml:0.1")
'com.goharsha:easyxml:jar:0.1'
<dependency org="com.goharsha" name="easyxml" rev="0.1">
<artifact name="easyxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goharsha', module='easyxml', version='0.1')
)
libraryDependencies += "com.goharsha" % "easyxml" % "0.1"
[com.goharsha/easyxml "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |