GroupId | GroupIdcom.willowtreeapps.hyperion |
---|---|
ArtifactId | ArtifactIdhyperion-core |
Version | Version0.9.6 |
Type | Typeaar |
Filename | Size |
---|---|
hyperion-core-0.9.6.pom | |
hyperion-core-0.9.6.aar | 152 KB |
hyperion-core-0.9.6-sources.jar | 27 KB |
hyperion-core-0.9.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.willowtreeapps.hyperion/hyperion-core/ -->
<dependency>
<groupId>com.willowtreeapps.hyperion</groupId>
<artifactId>hyperion-core</artifactId>
<version>0.9.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.willowtreeapps.hyperion/hyperion-core/
implementation 'com.willowtreeapps.hyperion:hyperion-core:0.9.6'
// https://jarcasting.com/artifacts/com.willowtreeapps.hyperion/hyperion-core/
implementation ("com.willowtreeapps.hyperion:hyperion-core:0.9.6")
'com.willowtreeapps.hyperion:hyperion-core:aar:0.9.6'
<dependency org="com.willowtreeapps.hyperion" name="hyperion-core" rev="0.9.6">
<artifact name="hyperion-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.willowtreeapps.hyperion', module='hyperion-core', version='0.9.6')
)
libraryDependencies += "com.willowtreeapps.hyperion" % "hyperion-core" % "0.9.6"
[com.willowtreeapps.hyperion/hyperion-core "0.9.6"]