Last Version

net.sf.doolin:doolin-oxml 1.0.RC1

This Doolin module is a light-weight framework for reading XML into plain Java object, using a simple script language.

Categories

Categories

Net
GroupId

GroupId

net.sf.doolin
ArtifactId

ArtifactId

doolin-oxml
Version

Version

1.0.RC1
Type

Type

jar

Download doolin-oxml 1.0.RC1


<!-- https://jarcasting.com/artifacts/net.sf.doolin/doolin-oxml/ -->
<dependency>
    <groupId>net.sf.doolin</groupId>
    <artifactId>doolin-oxml</artifactId>
    <version>1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.doolin/doolin-oxml/
implementation 'net.sf.doolin:doolin-oxml:1.0.RC1'
// https://jarcasting.com/artifacts/net.sf.doolin/doolin-oxml/
implementation ("net.sf.doolin:doolin-oxml:1.0.RC1")
'net.sf.doolin:doolin-oxml:jar:1.0.RC1'
<dependency org="net.sf.doolin" name="doolin-oxml" rev="1.0.RC1">
  <artifact name="doolin-oxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.doolin', module='doolin-oxml', version='1.0.RC1')
)
libraryDependencies += "net.sf.doolin" % "doolin-oxml" % "1.0.RC1"
[net.sf.doolin/doolin-oxml "1.0.RC1"]