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