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