r

rest-resteasy

文件下载
文件名 操作
rest-resteasy-2.1.jar 下载
rest-resteasy-2.1.pom 下载
rest-resteasy-2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ws.ament.hammock</groupId>
  <artifactId>rest-resteasy</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'ws.ament.hammock:rest-resteasy:2.1'
Gradle Kotlin
implementation("ws.ament.hammock:rest-resteasy:2.1")
Scala SBT
libraryDependencies += "ws.ament.hammock" % "rest-resteasy" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='ws.ament.hammock', module='rest-resteasy', version='2.1')
)
Apache Ivy
<dependency org="ws.ament.hammock" name="rest-resteasy" rev="2.1" />
Leiningen
[ws.ament.hammock/rest-resteasy "2.1"]
Apache Buildr
'ws.ament.hammock:rest-resteasy:jar:2.1'