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