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