Files download
File Operation
qxml-annotations-1.2.0.jar download
qxml-annotations-1.2.0.pom download
qxml-annotations-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.duduhuang88</groupId>
  <artifactId>qxml-annotations</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.duduhuang88:qxml-annotations:1.2.0'
Gradle Kotlin
implementation("io.github.duduhuang88:qxml-annotations:1.2.0")
Scala SBT
libraryDependencies += "io.github.duduhuang88" % "qxml-annotations" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.duduhuang88', module='qxml-annotations', version='1.2.0')
)
Apache Ivy
<dependency org="io.github.duduhuang88" name="qxml-annotations" rev="1.2.0" />
Leiningen
[io.github.duduhuang88/qxml-annotations "1.2.0"]
Apache Buildr
'io.github.duduhuang88:qxml-annotations:jar:1.2.0'