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