Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.nike.backstopper |
ArtifactId | ArtifactIdbackstopper-jersey2 |
Version | Version0.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nike.backstopper/backstopper-jersey2/ -->
<dependency>
<groupId>com.nike.backstopper</groupId>
<artifactId>backstopper-jersey2</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.backstopper/backstopper-jersey2/
implementation 'com.nike.backstopper:backstopper-jersey2:0.10.0'
// https://jarcasting.com/artifacts/com.nike.backstopper/backstopper-jersey2/
implementation ("com.nike.backstopper:backstopper-jersey2:0.10.0")
'com.nike.backstopper:backstopper-jersey2:jar:0.10.0'
<dependency org="com.nike.backstopper" name="backstopper-jersey2" rev="0.10.0">
<artifact name="backstopper-jersey2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.backstopper', module='backstopper-jersey2', version='0.10.0')
)
libraryDependencies += "com.nike.backstopper" % "backstopper-jersey2" % "0.10.0"
[com.nike.backstopper/backstopper-jersey2 "0.10.0"]