Categories |
CategoriesData |
---|---|
GroupId | GroupIdde.datasecs |
ArtifactId | ArtifactIdhydra |
Version | Version1.4.5 |
Type | Typepom |
Filename | Size |
---|---|
hydra-1.4.5.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.datasecs/hydra/ -->
<dependency>
<groupId>de.datasecs</groupId>
<artifactId>hydra</artifactId>
<version>1.4.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.datasecs/hydra/
implementation 'de.datasecs:hydra:1.4.5'
// https://jarcasting.com/artifacts/de.datasecs/hydra/
implementation ("de.datasecs:hydra:1.4.5")
'de.datasecs:hydra:pom:1.4.5'
<dependency org="de.datasecs" name="hydra" rev="1.4.5">
<artifact name="hydra" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.datasecs', module='hydra', version='1.4.5')
)
libraryDependencies += "de.datasecs" % "hydra" % "1.4.5"
[de.datasecs/hydra "1.4.5"]