GroupId | GroupIdio.hyscale |
---|---|
ArtifactId | ArtifactIdhyscale |
Version | Version0.9.9 |
Type | Typepom |
Filename | Size |
---|---|
hyscale-0.9.9.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hyscale/hyscale/ -->
<dependency>
<groupId>io.hyscale</groupId>
<artifactId>hyscale</artifactId>
<version>0.9.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.hyscale/hyscale/
implementation 'io.hyscale:hyscale:0.9.9'
// https://jarcasting.com/artifacts/io.hyscale/hyscale/
implementation ("io.hyscale:hyscale:0.9.9")
'io.hyscale:hyscale:pom:0.9.9'
<dependency org="io.hyscale" name="hyscale" rev="0.9.9">
<artifact name="hyscale" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.hyscale', module='hyscale', version='0.9.9')
)
libraryDependencies += "io.hyscale" % "hyscale" % "0.9.9"
[io.hyscale/hyscale "0.9.9"]