GroupId | GroupIdcom.willowtreeapps.hyperion |
---|---|
ArtifactId | ArtifactIdhyperion-core |
Version | Version0.9.9 |
Type | Typeaar |
Filename | Size |
---|---|
hyperion-core-0.9.9.pom | |
hyperion-core-0.9.9.aar | 152 KB |
hyperion-core-0.9.9-sources.jar | 27 KB |
hyperion-core-0.9.9-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.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.willowtreeapps.hyperion/hyperion-core/
implementation 'com.willowtreeapps.hyperion:hyperion-core:0.9.9'
// https://jarcasting.com/artifacts/com.willowtreeapps.hyperion/hyperion-core/
implementation ("com.willowtreeapps.hyperion:hyperion-core:0.9.9")
'com.willowtreeapps.hyperion:hyperion-core:aar:0.9.9'
<dependency org="com.willowtreeapps.hyperion" name="hyperion-core" rev="0.9.9">
<artifact name="hyperion-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.willowtreeapps.hyperion', module='hyperion-core', version='0.9.9')
)
libraryDependencies += "com.willowtreeapps.hyperion" % "hyperion-core" % "0.9.9"
[com.willowtreeapps.hyperion/hyperion-core "0.9.9"]