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