GroupId | GroupIdorg.codehaus.fabric3 |
---|---|
ArtifactId | ArtifactIdfabric3-binding-ws |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
fabric3-binding-ws-1.0.pom | |
fabric3-binding-ws-1.0.jar | 15 KB |
fabric3-binding-ws-1.0-sources.jar | 14 KB |
fabric3-binding-ws-1.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-binding-ws/ -->
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-binding-ws</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-binding-ws/
implementation 'org.codehaus.fabric3:fabric3-binding-ws:1.0'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-binding-ws/
implementation ("org.codehaus.fabric3:fabric3-binding-ws:1.0")
'org.codehaus.fabric3:fabric3-binding-ws:jar:1.0'
<dependency org="org.codehaus.fabric3" name="fabric3-binding-ws" rev="1.0">
<artifact name="fabric3-binding-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='fabric3-binding-ws', version='1.0')
)
libraryDependencies += "org.codehaus.fabric3" % "fabric3-binding-ws" % "1.0"
[org.codehaus.fabric3/fabric3-binding-ws "1.0"]