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