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