GroupId | GroupIdcom.krux |
---|---|
ArtifactId | ArtifactIdhyperion-core_2.12 |
Version | Version7.0.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.krux/hyperion-core_2.12/ -->
<dependency>
<groupId>com.krux</groupId>
<artifactId>hyperion-core_2.12</artifactId>
<version>7.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.krux/hyperion-core_2.12/
implementation 'com.krux:hyperion-core_2.12:7.0.0-RC2'
// https://jarcasting.com/artifacts/com.krux/hyperion-core_2.12/
implementation ("com.krux:hyperion-core_2.12:7.0.0-RC2")
'com.krux:hyperion-core_2.12:jar:7.0.0-RC2'
<dependency org="com.krux" name="hyperion-core_2.12" rev="7.0.0-RC2">
<artifact name="hyperion-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.krux', module='hyperion-core_2.12', version='7.0.0-RC2')
)
libraryDependencies += "com.krux" % "hyperion-core_2.12" % "7.0.0-RC2"
[com.krux/hyperion-core_2.12 "7.0.0-RC2"]