Categories |
CategoriesJBoss Container Application Servers KeY Data Data Formats Formal Verification RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-keystone-core |
Version | Version3.12.1.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-keystone-core/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-keystone-core</artifactId>
<version>3.12.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-keystone-core/
implementation 'org.jboss.resteasy:resteasy-keystone-core:3.12.1.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-keystone-core/
implementation ("org.jboss.resteasy:resteasy-keystone-core:3.12.1.Final")
'org.jboss.resteasy:resteasy-keystone-core:jar:3.12.1.Final'
<dependency org="org.jboss.resteasy" name="resteasy-keystone-core" rev="3.12.1.Final">
<artifact name="resteasy-keystone-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-keystone-core', version='3.12.1.Final')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-keystone-core" % "3.12.1.Final"
[org.jboss.resteasy/resteasy-keystone-core "3.12.1.Final"]