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