o

ow2-util-xmlconfig

Utility classes for XML configuration file.
文件下载
文件名 操作
ow2-util-xmlconfig-1.0.5.jar 下载
ow2-util-xmlconfig-1.0.5.pom 下载
ow2-util-xmlconfig-1.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ow2.bundles</groupId>
  <artifactId>ow2-util-xmlconfig</artifactId>
  <version>1.0.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.bundles:ow2-util-xmlconfig:1.0.5'
Gradle Kotlin
implementation("org.ow2.bundles:ow2-util-xmlconfig:1.0.5")
Scala SBT
libraryDependencies += "org.ow2.bundles" % "ow2-util-xmlconfig" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.bundles', module='ow2-util-xmlconfig', version='1.0.5')
)
Apache Ivy
<dependency org="org.ow2.bundles" name="ow2-util-xmlconfig" rev="1.0.5" />
Leiningen
[org.ow2.bundles/ow2-util-xmlconfig "1.0.5"]
Apache Buildr
'org.ow2.bundles:ow2-util-xmlconfig:jar:1.0.5'