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