License |
License |
---|---|
GroupId | GroupIdcom.wutka |
ArtifactId | ArtifactIdjox |
Last Version | Last Version1.16 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjox
JOX is a set of Java libraries that make it easy to transfer data between XML documents and Java beans.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jox-1.16.pom | |
jox-1.16.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wutka/jox/ -->
<dependency>
<groupId>com.wutka</groupId>
<artifactId>jox</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.wutka/jox/
implementation 'com.wutka:jox:1.16'
// https://jarcasting.com/artifacts/com.wutka/jox/
implementation ("com.wutka:jox:1.16")
'com.wutka:jox:jar:1.16'
<dependency org="com.wutka" name="jox" rev="1.16">
<artifact name="jox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wutka', module='jox', version='1.16')
)
libraryDependencies += "com.wutka" % "jox" % "1.16"
[com.wutka/jox "1.16"]
Group / Artifact | Type | Version |
---|---|---|
com.wutka : dtdparser | jar | 1.21 |