Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdcom.findwise.hydra |
ArtifactId | ArtifactIddistribution |
Version | Version0.4.2 |
Type | Typepom |
Filename | Size |
---|---|
distribution-0.4.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.findwise.hydra/distribution/ -->
<dependency>
<groupId>com.findwise.hydra</groupId>
<artifactId>distribution</artifactId>
<version>0.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.findwise.hydra/distribution/
implementation 'com.findwise.hydra:distribution:0.4.2'
// https://jarcasting.com/artifacts/com.findwise.hydra/distribution/
implementation ("com.findwise.hydra:distribution:0.4.2")
'com.findwise.hydra:distribution:pom:0.4.2'
<dependency org="com.findwise.hydra" name="distribution" rev="0.4.2">
<artifact name="distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.findwise.hydra', module='distribution', version='0.4.2')
)
libraryDependencies += "com.findwise.hydra" % "distribution" % "0.4.2"
[com.findwise.hydra/distribution "0.4.2"]