| GroupId | GroupIdco.cask.hydrator |
|---|---|
| ArtifactId | ArtifactIdhydrator-plugins |
| Version | Version1.4.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hydrator-plugins-1.4.0.pom | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.cask.hydrator/hydrator-plugins/ -->
<dependency>
<groupId>co.cask.hydrator</groupId>
<artifactId>hydrator-plugins</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.cask.hydrator/hydrator-plugins/
implementation 'co.cask.hydrator:hydrator-plugins:1.4.0'
// https://jarcasting.com/artifacts/co.cask.hydrator/hydrator-plugins/
implementation ("co.cask.hydrator:hydrator-plugins:1.4.0")
'co.cask.hydrator:hydrator-plugins:pom:1.4.0'
<dependency org="co.cask.hydrator" name="hydrator-plugins" rev="1.4.0">
<artifact name="hydrator-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.cask.hydrator', module='hydrator-plugins', version='1.4.0')
)
libraryDependencies += "co.cask.hydrator" % "hydrator-plugins" % "1.4.0"
[co.cask.hydrator/hydrator-plugins "1.4.0"]