a

agrest-jaxrs2

JAX-RS 2 interface for Agrest
文件下载
文件名 操作
agrest-jaxrs2-5.0.M11.jar 下载
agrest-jaxrs2-5.0.M11.pom 下载
agrest-jaxrs2-5.0.M11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.agrest</groupId>
  <artifactId>agrest-jaxrs2</artifactId>
  <version>5.0.M11</version>
</dependency>
Gradle Groovy
implementation 'io.agrest:agrest-jaxrs2:5.0.M11'
Gradle Kotlin
implementation("io.agrest:agrest-jaxrs2:5.0.M11")
Scala SBT
libraryDependencies += "io.agrest" % "agrest-jaxrs2" % "5.0.M11"
Groovy Grape
@Grapes(
  @Grab(group='io.agrest', module='agrest-jaxrs2', version='5.0.M11')
)
Apache Ivy
<dependency org="io.agrest" name="agrest-jaxrs2" rev="5.0.M11" />
Leiningen
[io.agrest/agrest-jaxrs2 "5.0.M11"]
Apache Buildr
'io.agrest:agrest-jaxrs2:jar:5.0.M11'