Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdio.hyperfoil |
ArtifactId | ArtifactIdhyperfoil-distribution |
Version | Version0.4 |
Type | Typepom |
Filename | Size |
---|---|
hyperfoil-distribution-0.4.pom | |
hyperfoil-distribution-0.4.zip | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hyperfoil/hyperfoil-distribution/ -->
<dependency>
<groupId>io.hyperfoil</groupId>
<artifactId>hyperfoil-distribution</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.hyperfoil/hyperfoil-distribution/
implementation 'io.hyperfoil:hyperfoil-distribution:0.4'
// https://jarcasting.com/artifacts/io.hyperfoil/hyperfoil-distribution/
implementation ("io.hyperfoil:hyperfoil-distribution:0.4")
'io.hyperfoil:hyperfoil-distribution:pom:0.4'
<dependency org="io.hyperfoil" name="hyperfoil-distribution" rev="0.4">
<artifact name="hyperfoil-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.hyperfoil', module='hyperfoil-distribution', version='0.4')
)
libraryDependencies += "io.hyperfoil" % "hyperfoil-distribution" % "0.4"
[io.hyperfoil/hyperfoil-distribution "0.4"]