s

sxf4j

The Simple XML Facade for Java or (SXF4J) serves as a simple facade or abstraction for various XML frameworks, e.g. org.w3c.dom, dom4j, xpp, xpp3 and xom, allowing the end user to plug in the desired XML framework at deployment time.
https://github.com/moparisthebest/sxf4j
GNU LESSER GENERAL PUBLIC LICENSE, Version 3
moparisthebest.com
Travis Burtrum
文件下载
文件名 操作
sxf4j-0.1.jar 下载
sxf4j-0.1.pom 下载
sxf4j-0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.moparisthebest.sxf4j</groupId>
  <artifactId>sxf4j</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.moparisthebest.sxf4j:sxf4j:0.1'
Gradle Kotlin
implementation("com.moparisthebest.sxf4j:sxf4j:0.1")
Scala SBT
libraryDependencies += "com.moparisthebest.sxf4j" % "sxf4j" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.moparisthebest.sxf4j', module='sxf4j', version='0.1')
)
Apache Ivy
<dependency org="com.moparisthebest.sxf4j" name="sxf4j" rev="0.1" />
Leiningen
[com.moparisthebest.sxf4j/sxf4j "0.1"]
Apache Buildr
'com.moparisthebest.sxf4j:sxf4j:jar:0.1'