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