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