GroupId | GroupIdorg.apache.cxf.fediz.systests |
---|---|
ArtifactId | ArtifactIdsystests-spring |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
systests-spring-1.1.0.pom | |
systests-spring-1.1.0.jar | 7 KB |
systests-spring-1.1.0-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.systests/systests-spring/ -->
<dependency>
<groupId>org.apache.cxf.fediz.systests</groupId>
<artifactId>systests-spring</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.systests/systests-spring/
implementation 'org.apache.cxf.fediz.systests:systests-spring:1.1.0'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.systests/systests-spring/
implementation ("org.apache.cxf.fediz.systests:systests-spring:1.1.0")
'org.apache.cxf.fediz.systests:systests-spring:jar:1.1.0'
<dependency org="org.apache.cxf.fediz.systests" name="systests-spring" rev="1.1.0">
<artifact name="systests-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.systests', module='systests-spring', version='1.1.0')
)
libraryDependencies += "org.apache.cxf.fediz.systests" % "systests-spring" % "1.1.0"
[org.apache.cxf.fediz.systests/systests-spring "1.1.0"]