x

xml

Plugin for jQAssistant to be able to scan and to analyze XML related artifacts.
http://jqassistant.org/
GNU General Public License, v3
jQAssistant Development Team
Files download
File Operation
xml-1.10.0-ALPHA1.jar download
xml-1.10.0-ALPHA1.pom download
xml-1.10.0-ALPHA1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>xml</artifactId>
  <version>1.10.0-ALPHA1</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:xml:1.10.0-ALPHA1'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:xml:1.10.0-ALPHA1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "xml" % "1.10.0-ALPHA1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='xml', version='1.10.0-ALPHA1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="xml" rev="1.10.0-ALPHA1" />
Leiningen
[com.buschmais.jqassistant.plugin/xml "1.10.0-ALPHA1"]
Apache Buildr
'com.buschmais.jqassistant.plugin:xml:jar:1.10.0-ALPHA1'