| GroupId | GroupIdorg.connid.bundles.soap |
|---|---|
| ArtifactId | ArtifactIdsoap |
| Version | Version1.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| soap-1.2.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.connid.bundles.soap/soap/ -->
<dependency>
<groupId>org.connid.bundles.soap</groupId>
<artifactId>soap</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.connid.bundles.soap/soap/
implementation 'org.connid.bundles.soap:soap:1.2'
// https://jarcasting.com/artifacts/org.connid.bundles.soap/soap/
implementation ("org.connid.bundles.soap:soap:1.2")
'org.connid.bundles.soap:soap:pom:1.2'
<dependency org="org.connid.bundles.soap" name="soap" rev="1.2">
<artifact name="soap" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.connid.bundles.soap', module='soap', version='1.2')
)
libraryDependencies += "org.connid.bundles.soap" % "soap" % "1.2"
[org.connid.bundles.soap/soap "1.2"]