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