License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Security RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdsecurity-pom |
Version | Version6.1.0.Beta2 |
Type | Typepom |
Description |
DescriptionRESTEasy Security
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
security-pom-6.1.0.Beta2.pom | 724 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/security-pom/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>security-pom</artifactId>
<version>6.1.0.Beta2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/security-pom/
implementation 'org.jboss.resteasy:security-pom:6.1.0.Beta2'
// https://jarcasting.com/artifacts/org.jboss.resteasy/security-pom/
implementation ("org.jboss.resteasy:security-pom:6.1.0.Beta2")
'org.jboss.resteasy:security-pom:pom:6.1.0.Beta2'
<dependency org="org.jboss.resteasy" name="security-pom" rev="6.1.0.Beta2">
<artifact name="security-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='security-pom', version='6.1.0.Beta2')
)
libraryDependencies += "org.jboss.resteasy" % "security-pom" % "6.1.0.Beta2"
[org.jboss.resteasy/security-pom "6.1.0.Beta2"]