x

xanot

Xanot is a kind of XML to Object Mapper. Very similar to what Apache have done with Commons-Digester, it basicaly maps XML data to an object model.
http://www.sf.net/projects/xanot
Apache License Version 2.0
Ferdinand Neman
文件下载
文件名 操作
xanot-1.0.6.jar 下载
xanot-1.0.6.pom 下载
xanot-1.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.xanot</groupId>
  <artifactId>xanot</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.xanot:xanot:1.0.6'
Gradle Kotlin
implementation("org.xanot:xanot:1.0.6")
Scala SBT
libraryDependencies += "org.xanot" % "xanot" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.xanot', module='xanot', version='1.0.6')
)
Apache Ivy
<dependency org="org.xanot" name="xanot" rev="1.0.6" />
Leiningen
[org.xanot/xanot "1.0.6"]
Apache Buildr
'org.xanot:xanot:jar:1.0.6'
本项目依赖