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