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