GroupId | GroupIdorg.apache.cxf.fediz.examples |
---|---|
ArtifactId | ArtifactIdspringPreauthWebapp |
Version | Version1.4.1 |
Type | Typewar |
Filename | Size |
---|---|
springPreauthWebapp-1.4.1.pom | |
springPreauthWebapp-1.4.1.war | 5 MB |
springPreauthWebapp-1.4.1-sources.jar | 10 KB |
springPreauthWebapp-1.4.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/springPreauthWebapp/ -->
<dependency>
<groupId>org.apache.cxf.fediz.examples</groupId>
<artifactId>springPreauthWebapp</artifactId>
<version>1.4.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/springPreauthWebapp/
implementation 'org.apache.cxf.fediz.examples:springPreauthWebapp:1.4.1'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/springPreauthWebapp/
implementation ("org.apache.cxf.fediz.examples:springPreauthWebapp:1.4.1")
'org.apache.cxf.fediz.examples:springPreauthWebapp:war:1.4.1'
<dependency org="org.apache.cxf.fediz.examples" name="springPreauthWebapp" rev="1.4.1">
<artifact name="springPreauthWebapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples', module='springPreauthWebapp', version='1.4.1')
)
libraryDependencies += "org.apache.cxf.fediz.examples" % "springPreauthWebapp" % "1.4.1"
[org.apache.cxf.fediz.examples/springPreauthWebapp "1.4.1"]