| GroupId | GroupIdcom.dottydingo.hyperion |
|---|---|
| ArtifactId | ArtifactIdhyperion-core |
| Version | Version1.0.0-RC3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hyperion-core-1.0.0-RC3.pom | |
| hyperion-core-1.0.0-RC3.jar | 151 KB |
| hyperion-core-1.0.0-RC3-sources.jar | 88 KB |
| hyperion-core-1.0.0-RC3-javadoc.jar | 686 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-core/ -->
<dependency>
<groupId>com.dottydingo.hyperion</groupId>
<artifactId>hyperion-core</artifactId>
<version>1.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-core/
implementation 'com.dottydingo.hyperion:hyperion-core:1.0.0-RC3'
// https://jarcasting.com/artifacts/com.dottydingo.hyperion/hyperion-core/
implementation ("com.dottydingo.hyperion:hyperion-core:1.0.0-RC3")
'com.dottydingo.hyperion:hyperion-core:jar:1.0.0-RC3'
<dependency org="com.dottydingo.hyperion" name="hyperion-core" rev="1.0.0-RC3">
<artifact name="hyperion-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dottydingo.hyperion', module='hyperion-core', version='1.0.0-RC3')
)
libraryDependencies += "com.dottydingo.hyperion" % "hyperion-core" % "1.0.0-RC3"
[com.dottydingo.hyperion/hyperion-core "1.0.0-RC3"]