c

commons-xmlbeans

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
https://commons.apache.org/proper/commons-codec/
文件下载
文件名 操作
commons-xmlbeans-1.1.1.0-jre8.jar 下载
commons-xmlbeans-1.1.1.0-jre8.pom 下载
commons-xmlbeans-1.1.1.0-jre8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>commons-xmlbeans</artifactId>
  <version>1.1.1.0-jre8</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:commons-xmlbeans:1.1.1.0-jre8'
Gradle Kotlin
implementation("com.guicedee.services:commons-xmlbeans:1.1.1.0-jre8")
Scala SBT
libraryDependencies += "com.guicedee.services" % "commons-xmlbeans" % "1.1.1.0-jre8"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='commons-xmlbeans', version='1.1.1.0-jre8')
)
Apache Ivy
<dependency org="com.guicedee.services" name="commons-xmlbeans" rev="1.1.1.0-jre8" />
Leiningen
[com.guicedee.services/commons-xmlbeans "1.1.1.0-jre8"]
Apache Buildr
'com.guicedee.services:commons-xmlbeans:jar:1.1.1.0-jre8'