Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.apache.cxf.fediz.examples |
ArtifactId | ArtifactIdjaxrsSpringSecurityWebapp |
Version | Version1.4.5 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/jaxrsSpringSecurityWebapp/ -->
<dependency>
<groupId>org.apache.cxf.fediz.examples</groupId>
<artifactId>jaxrsSpringSecurityWebapp</artifactId>
<version>1.4.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/jaxrsSpringSecurityWebapp/
implementation 'org.apache.cxf.fediz.examples:jaxrsSpringSecurityWebapp:1.4.5'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/jaxrsSpringSecurityWebapp/
implementation ("org.apache.cxf.fediz.examples:jaxrsSpringSecurityWebapp:1.4.5")
'org.apache.cxf.fediz.examples:jaxrsSpringSecurityWebapp:war:1.4.5'
<dependency org="org.apache.cxf.fediz.examples" name="jaxrsSpringSecurityWebapp" rev="1.4.5">
<artifact name="jaxrsSpringSecurityWebapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples', module='jaxrsSpringSecurityWebapp', version='1.4.5')
)
libraryDependencies += "org.apache.cxf.fediz.examples" % "jaxrsSpringSecurityWebapp" % "1.4.5"
[org.apache.cxf.fediz.examples/jaxrsSpringSecurityWebapp "1.4.5"]