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