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