Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-cache-core |
Version | Version4.6.1.Beta6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-cache-core/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cache-core</artifactId>
<version>4.6.1.Beta6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-cache-core/
implementation 'org.jboss.resteasy:resteasy-cache-core:4.6.1.Beta6'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-cache-core/
implementation ("org.jboss.resteasy:resteasy-cache-core:4.6.1.Beta6")
'org.jboss.resteasy:resteasy-cache-core:jar:4.6.1.Beta6'
<dependency org="org.jboss.resteasy" name="resteasy-cache-core" rev="4.6.1.Beta6">
<artifact name="resteasy-cache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-cache-core', version='4.6.1.Beta6')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-cache-core" % "4.6.1.Beta6"
[org.jboss.resteasy/resteasy-cache-core "4.6.1.Beta6"]