GroupId | GroupIdorg.apache.cxf.fediz.examples |
---|---|
ArtifactId | ArtifactIdspringWebapp |
Version | Version1.3.3 |
Type | Typewar |
Filename | Size |
---|---|
springWebapp-1.3.3.pom | |
springWebapp-1.3.3.war | 21 MB |
springWebapp-1.3.3-sources.jar | 14 KB |
springWebapp-1.3.3-javadoc.jar | 42 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.3.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/springWebapp/
implementation 'org.apache.cxf.fediz.examples:springWebapp:1.3.3'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/springWebapp/
implementation ("org.apache.cxf.fediz.examples:springWebapp:1.3.3")
'org.apache.cxf.fediz.examples:springWebapp:war:1.3.3'
<dependency org="org.apache.cxf.fediz.examples" name="springWebapp" rev="1.3.3">
<artifact name="springWebapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples', module='springWebapp', version='1.3.3')
)
libraryDependencies += "org.apache.cxf.fediz.examples" % "springWebapp" % "1.3.3"
[org.apache.cxf.fediz.examples/springWebapp "1.3.3"]