GroupId | GroupIdme.tfeng.play-mods |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version0.5.13 |
Type | Typejar |
Filename | Size |
---|---|
http-0.5.13.pom | |
http-0.5.13.jar | 7 KB |
http-0.5.13-sources.jar | 6 KB |
http-0.5.13-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.tfeng.play-mods/http/ -->
<dependency>
<groupId>me.tfeng.play-mods</groupId>
<artifactId>http</artifactId>
<version>0.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/me.tfeng.play-mods/http/
implementation 'me.tfeng.play-mods:http:0.5.13'
// https://jarcasting.com/artifacts/me.tfeng.play-mods/http/
implementation ("me.tfeng.play-mods:http:0.5.13")
'me.tfeng.play-mods:http:jar:0.5.13'
<dependency org="me.tfeng.play-mods" name="http" rev="0.5.13">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.tfeng.play-mods', module='http', version='0.5.13')
)
libraryDependencies += "me.tfeng.play-mods" % "http" % "0.5.13"
[me.tfeng.play-mods/http "0.5.13"]