GroupId | GroupIdcom.krux |
---|---|
ArtifactId | ArtifactIdhyperion_2.12 |
Version | Version5.4.0 |
Type | Typejar |
Filename | Size |
---|---|
hyperion_2.12-5.4.0.pom | |
hyperion_2.12-5.4.0.jar | 296 bytes |
hyperion_2.12-5.4.0-sources.jar | 242 bytes |
hyperion_2.12-5.4.0-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.krux/hyperion_2.12/ -->
<dependency>
<groupId>com.krux</groupId>
<artifactId>hyperion_2.12</artifactId>
<version>5.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.krux/hyperion_2.12/
implementation 'com.krux:hyperion_2.12:5.4.0'
// https://jarcasting.com/artifacts/com.krux/hyperion_2.12/
implementation ("com.krux:hyperion_2.12:5.4.0")
'com.krux:hyperion_2.12:jar:5.4.0'
<dependency org="com.krux" name="hyperion_2.12" rev="5.4.0">
<artifact name="hyperion_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.krux', module='hyperion_2.12', version='5.4.0')
)
libraryDependencies += "com.krux" % "hyperion_2.12" % "5.4.0"
[com.krux/hyperion_2.12 "5.4.0"]