c

commons-xml

XML utility library for JAXB, including functional style to define marshalling and unmarshalling adapters.
https://github.com/theblackboxio/java-commons/tree/master/commons-xml
Apache License 2.0
Guillermo Blasco
文件下载
文件名 操作
commons-xml-0.1.2.jar 下载
commons-xml-0.1.2.pom 下载
commons-xml-0.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.theblackbox</groupId>
  <artifactId>commons-xml</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.theblackbox:commons-xml:0.1.2'
Gradle Kotlin
implementation("io.theblackbox:commons-xml:0.1.2")
Scala SBT
libraryDependencies += "io.theblackbox" % "commons-xml" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.theblackbox', module='commons-xml', version='0.1.2')
)
Apache Ivy
<dependency org="io.theblackbox" name="commons-xml" rev="0.1.2" />
Leiningen
[io.theblackbox/commons-xml "0.1.2"]
Apache Buildr
'io.theblackbox:commons-xml:jar:0.1.2'