GroupId | GroupIdcom.krux |
---|---|
ArtifactId | ArtifactIdhyperion_2.12 |
Version | Version5.4.1 |
Type | Typejar |
Filename | Size |
---|---|
hyperion_2.12-5.4.1.pom | |
hyperion_2.12-5.4.1.jar | 298 bytes |
hyperion_2.12-5.4.1-sources.jar | 243 bytes |
hyperion_2.12-5.4.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.krux/hyperion_2.12/
implementation 'com.krux:hyperion_2.12:5.4.1'
// https://jarcasting.com/artifacts/com.krux/hyperion_2.12/
implementation ("com.krux:hyperion_2.12:5.4.1")
'com.krux:hyperion_2.12:jar:5.4.1'
<dependency org="com.krux" name="hyperion_2.12" rev="5.4.1">
<artifact name="hyperion_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.krux', module='hyperion_2.12', version='5.4.1')
)
libraryDependencies += "com.krux" % "hyperion_2.12" % "5.4.1"
[com.krux/hyperion_2.12 "5.4.1"]