Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.tirasa.connid.bundles.soap |
ArtifactId | ArtifactIdwssample |
Version | Version1.4.0 |
Type | Typewar |
Filename | Size |
---|---|
wssample-1.4.0.pom | |
wssample-1.4.0.war | 22 MB |
wssample-1.4.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.tirasa.connid.bundles.soap/wssample/ -->
<dependency>
<groupId>net.tirasa.connid.bundles.soap</groupId>
<artifactId>wssample</artifactId>
<version>1.4.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.tirasa.connid.bundles.soap/wssample/
implementation 'net.tirasa.connid.bundles.soap:wssample:1.4.0'
// https://jarcasting.com/artifacts/net.tirasa.connid.bundles.soap/wssample/
implementation ("net.tirasa.connid.bundles.soap:wssample:1.4.0")
'net.tirasa.connid.bundles.soap:wssample:war:1.4.0'
<dependency org="net.tirasa.connid.bundles.soap" name="wssample" rev="1.4.0">
<artifact name="wssample" type="war" />
</dependency>
@Grapes(
@Grab(group='net.tirasa.connid.bundles.soap', module='wssample', version='1.4.0')
)
libraryDependencies += "net.tirasa.connid.bundles.soap" % "wssample" % "1.4.0"
[net.tirasa.connid.bundles.soap/wssample "1.4.0"]