Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.attiand |
ArtifactId | ArtifactIdassertj-jaxrs-junit-jupiter |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.attiand/assertj-jaxrs-junit-jupiter/ -->
<dependency>
<groupId>com.github.attiand</groupId>
<artifactId>assertj-jaxrs-junit-jupiter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.attiand/assertj-jaxrs-junit-jupiter/
implementation 'com.github.attiand:assertj-jaxrs-junit-jupiter:1.0.2'
// https://jarcasting.com/artifacts/com.github.attiand/assertj-jaxrs-junit-jupiter/
implementation ("com.github.attiand:assertj-jaxrs-junit-jupiter:1.0.2")
'com.github.attiand:assertj-jaxrs-junit-jupiter:jar:1.0.2'
<dependency org="com.github.attiand" name="assertj-jaxrs-junit-jupiter" rev="1.0.2">
<artifact name="assertj-jaxrs-junit-jupiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.attiand', module='assertj-jaxrs-junit-jupiter', version='1.0.2')
)
libraryDependencies += "com.github.attiand" % "assertj-jaxrs-junit-jupiter" % "1.0.2"
[com.github.attiand/assertj-jaxrs-junit-jupiter "1.0.2"]