GroupId | GroupIdco.cask.hydrator |
---|---|
ArtifactId | ArtifactIdhttp-plugins |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
http-plugins-1.5.0.pom | |
http-plugins-1.5.0.jar | 1 MB |
http-plugins-1.5.0-sources.jar | 4 KB |
http-plugins-1.5.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.cask.hydrator/http-plugins/ -->
<dependency>
<groupId>co.cask.hydrator</groupId>
<artifactId>http-plugins</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.hydrator/http-plugins/
implementation 'co.cask.hydrator:http-plugins:1.5.0'
// https://jarcasting.com/artifacts/co.cask.hydrator/http-plugins/
implementation ("co.cask.hydrator:http-plugins:1.5.0")
'co.cask.hydrator:http-plugins:jar:1.5.0'
<dependency org="co.cask.hydrator" name="http-plugins" rev="1.5.0">
<artifact name="http-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.hydrator', module='http-plugins', version='1.5.0')
)
libraryDependencies += "co.cask.hydrator" % "http-plugins" % "1.5.0"
[co.cask.hydrator/http-plugins "1.5.0"]