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