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