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