GroupId | GroupIdcom.findwise.hydra |
---|---|
ArtifactId | ArtifactIdhydra-inserter |
Version | Version0.4.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.findwise.hydra/hydra-inserter/ -->
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>hydra-inserter</artifactId>
<version>0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-inserter/
implementation 'com.findwise.hydra:hydra-inserter:0.4.5'
// https://jarcasting.com/artifacts/com.findwise.hydra/hydra-inserter/
implementation ("com.findwise.hydra:hydra-inserter:0.4.5")
'com.findwise.hydra:hydra-inserter:jar:0.4.5'
<dependency org="com.findwise.hydra" name="hydra-inserter" rev="0.4.5">
<artifact name="hydra-inserter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.findwise.hydra', module='hydra-inserter', version='0.4.5')
)
libraryDependencies += "com.findwise.hydra" % "hydra-inserter" % "0.4.5"
[com.findwise.hydra/hydra-inserter "0.4.5"]