GroupId | GroupIdcom.krux |
---|---|
ArtifactId | ArtifactIdhyperion-core_2.12 |
Version | Version5.3.0 |
Type | Typejar |
Filename | Size |
---|---|
hyperion-core_2.12-5.3.0.pom | |
hyperion-core_2.12-5.3.0.jar | 1 MB |
hyperion-core_2.12-5.3.0-sources.jar | 119 KB |
hyperion-core_2.12-5.3.0-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.krux/hyperion-core_2.12/ -->
<dependency>
<groupId>com.krux</groupId>
<artifactId>hyperion-core_2.12</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.krux/hyperion-core_2.12/
implementation 'com.krux:hyperion-core_2.12:5.3.0'
// https://jarcasting.com/artifacts/com.krux/hyperion-core_2.12/
implementation ("com.krux:hyperion-core_2.12:5.3.0")
'com.krux:hyperion-core_2.12:jar:5.3.0'
<dependency org="com.krux" name="hyperion-core_2.12" rev="5.3.0">
<artifact name="hyperion-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.krux', module='hyperion-core_2.12', version='5.3.0')
)
libraryDependencies += "com.krux" % "hyperion-core_2.12" % "5.3.0"
[com.krux/hyperion-core_2.12 "5.3.0"]