文件下载
文件名 操作
rest-assert-0.1.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>rest-assert</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:rest-assert:0.1.0'
Gradle Kotlin
implementation("com.github.mjeanroy:rest-assert:0.1.0")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "rest-assert" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='rest-assert', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="rest-assert" rev="0.1.0" />
Leiningen
[com.github.mjeanroy/rest-assert "0.1.0"]
Apache Buildr
'com.github.mjeanroy:rest-assert:jar:0.1.0'
本项目依赖
该项目无第三方依赖