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