GroupId | GroupIdcom.whaleal.icefrog |
---|---|
ArtifactId | ArtifactIdicefrog-http |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
icefrog-http-1.1.0.pom | |
icefrog-http-1.1.0.jar | 99 KB |
icefrog-http-1.1.0-sources.jar | 81 KB |
icefrog-http-1.1.0-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-http/ -->
<dependency>
<groupId>com.whaleal.icefrog</groupId>
<artifactId>icefrog-http</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-http/
implementation 'com.whaleal.icefrog:icefrog-http:1.1.0'
// https://jarcasting.com/artifacts/com.whaleal.icefrog/icefrog-http/
implementation ("com.whaleal.icefrog:icefrog-http:1.1.0")
'com.whaleal.icefrog:icefrog-http:jar:1.1.0'
<dependency org="com.whaleal.icefrog" name="icefrog-http" rev="1.1.0">
<artifact name="icefrog-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whaleal.icefrog', module='icefrog-http', version='1.1.0')
)
libraryDependencies += "com.whaleal.icefrog" % "icefrog-http" % "1.1.0"
[com.whaleal.icefrog/icefrog-http "1.1.0"]