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