GroupId | GroupIdorg.sklsft.commons |
---|---|
ArtifactId | ArtifactIdcommons-soap |
Version | Version3.2.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
commons-soap-3.2.0-M1.pom | |
commons-soap-3.2.0-M1.jar | 9 KB |
commons-soap-3.2.0-M1-sources.jar | 6 KB |
commons-soap-3.2.0-M1-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-soap/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-soap</artifactId>
<version>3.2.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-soap/
implementation 'org.sklsft.commons:commons-soap:3.2.0-M1'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-soap/
implementation ("org.sklsft.commons:commons-soap:3.2.0-M1")
'org.sklsft.commons:commons-soap:jar:3.2.0-M1'
<dependency org="org.sklsft.commons" name="commons-soap" rev="3.2.0-M1">
<artifact name="commons-soap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-soap', version='3.2.0-M1')
)
libraryDependencies += "org.sklsft.commons" % "commons-soap" % "3.2.0-M1"
[org.sklsft.commons/commons-soap "3.2.0-M1"]