Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-cache-core |
Version | Version3.5.0.CR4 |
Type | Typejar |
Filename | Size |
---|---|
resteasy-cache-core-3.5.0.CR4.pom | |
resteasy-cache-core-3.5.0.CR4.jar | 24 KB |
resteasy-cache-core-3.5.0.CR4-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-cache-core/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cache-core</artifactId>
<version>3.5.0.CR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-cache-core/
implementation 'org.jboss.resteasy:resteasy-cache-core:3.5.0.CR4'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-cache-core/
implementation ("org.jboss.resteasy:resteasy-cache-core:3.5.0.CR4")
'org.jboss.resteasy:resteasy-cache-core:jar:3.5.0.CR4'
<dependency org="org.jboss.resteasy" name="resteasy-cache-core" rev="3.5.0.CR4">
<artifact name="resteasy-cache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-cache-core', version='3.5.0.CR4')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-cache-core" % "3.5.0.CR4"
[org.jboss.resteasy/resteasy-cache-core "3.5.0.CR4"]