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