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