x

xenon-ext-jaxrs

JAX-RS annotation processing capability for Xenon Stateless services and Service client.
https://github.com/tteky/xenon-ext
The Apache License, Version 2.0
Mageshwaran R
文件下载
文件名 操作
xenon-ext-jaxrs-0.1.jar 下载
xenon-ext-jaxrs-0.1.pom 下载
xenon-ext-jaxrs-0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.tteky</groupId>
  <artifactId>xenon-ext-jaxrs</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.tteky:xenon-ext-jaxrs:0.1'
Gradle Kotlin
implementation("com.github.tteky:xenon-ext-jaxrs:0.1")
Scala SBT
libraryDependencies += "com.github.tteky" % "xenon-ext-jaxrs" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tteky', module='xenon-ext-jaxrs', version='0.1')
)
Apache Ivy
<dependency org="com.github.tteky" name="xenon-ext-jaxrs" rev="0.1" />
Leiningen
[com.github.tteky/xenon-ext-jaxrs "0.1"]
Apache Buildr
'com.github.tteky:xenon-ext-jaxrs:jar:0.1'