c

common-file-xml

Common File library for the yildiz project, contains utilities, helper to handle xml documents.
https://engine.yildiz-games.be
文件下载
文件名 操作
common-file-xml-2.0.10.jar 下载
common-file-xml-2.0.10.pom 下载
common-file-xml-2.0.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>common-file-xml</artifactId>
  <version>2.0.10</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:common-file-xml:2.0.10'
Gradle Kotlin
implementation("be.yildiz-games:common-file-xml:2.0.10")
Scala SBT
libraryDependencies += "be.yildiz-games" % "common-file-xml" % "2.0.10"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='common-file-xml', version='2.0.10')
)
Apache Ivy
<dependency org="be.yildiz-games" name="common-file-xml" rev="2.0.10" />
Leiningen
[be.yildiz-games/common-file-xml "2.0.10"]
Apache Buildr
'be.yildiz-games:common-file-xml:jar:2.0.10'