GroupId | GroupIdcom.github.attiand |
---|---|
ArtifactId | ArtifactIdassertj-jaxrs |
Version | Version2.0.0-alpha.1 |
Type | Typepom |
Filename | Size |
---|---|
assertj-jaxrs-2.0.0-alpha.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.attiand/assertj-jaxrs/ -->
<dependency>
<groupId>com.github.attiand</groupId>
<artifactId>assertj-jaxrs</artifactId>
<version>2.0.0-alpha.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.attiand/assertj-jaxrs/
implementation 'com.github.attiand:assertj-jaxrs:2.0.0-alpha.1'
// https://jarcasting.com/artifacts/com.github.attiand/assertj-jaxrs/
implementation ("com.github.attiand:assertj-jaxrs:2.0.0-alpha.1")
'com.github.attiand:assertj-jaxrs:pom:2.0.0-alpha.1'
<dependency org="com.github.attiand" name="assertj-jaxrs" rev="2.0.0-alpha.1">
<artifact name="assertj-jaxrs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.attiand', module='assertj-jaxrs', version='2.0.0-alpha.1')
)
libraryDependencies += "com.github.attiand" % "assertj-jaxrs" % "2.0.0-alpha.1"
[com.github.attiand/assertj-jaxrs "2.0.0-alpha.1"]