GroupId | GroupIdcom.alexgilleran |
---|---|
ArtifactId | ArtifactIdicesoap |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
icesoap-1.0.2.pom | |
icesoap-1.0.2.jar | 71 KB |
icesoap-1.0.2-sources.jar | 66 KB |
icesoap-1.0.2-javadoc.jar | 458 KB |
icesoap-1.0.2-jar-with-dependencies.jar | 289 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexgilleran/icesoap/ -->
<dependency>
<groupId>com.alexgilleran</groupId>
<artifactId>icesoap</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexgilleran/icesoap/
implementation 'com.alexgilleran:icesoap:1.0.2'
// https://jarcasting.com/artifacts/com.alexgilleran/icesoap/
implementation ("com.alexgilleran:icesoap:1.0.2")
'com.alexgilleran:icesoap:jar:1.0.2'
<dependency org="com.alexgilleran" name="icesoap" rev="1.0.2">
<artifact name="icesoap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexgilleran', module='icesoap', version='1.0.2')
)
libraryDependencies += "com.alexgilleran" % "icesoap" % "1.0.2"
[com.alexgilleran/icesoap "1.0.2"]