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