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