Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdoptimistic-concurrency |
Version | Version1.4-ea04 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/optimistic-concurrency/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>optimistic-concurrency</artifactId>
<version>1.4-ea04</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/optimistic-concurrency/
implementation 'com.sun.jersey.samples:optimistic-concurrency:1.4-ea04'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/optimistic-concurrency/
implementation ("com.sun.jersey.samples:optimistic-concurrency:1.4-ea04")
'com.sun.jersey.samples:optimistic-concurrency:jar:1.4-ea04'
<dependency org="com.sun.jersey.samples" name="optimistic-concurrency" rev="1.4-ea04">
<artifact name="optimistic-concurrency" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='optimistic-concurrency', version='1.4-ea04')
)
libraryDependencies += "com.sun.jersey.samples" % "optimistic-concurrency" % "1.4-ea04"
[com.sun.jersey.samples/optimistic-concurrency "1.4-ea04"]