j

jaxrs

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