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