GroupId | GroupIdcom.willowtreeapps.hyperion |
---|---|
ArtifactId | ArtifactIdhyperion-attr-support-v4 |
Version | Version0.9.2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.willowtreeapps.hyperion/hyperion-attr-support-v4/ -->
<dependency>
<groupId>com.willowtreeapps.hyperion</groupId>
<artifactId>hyperion-attr-support-v4</artifactId>
<version>0.9.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.willowtreeapps.hyperion/hyperion-attr-support-v4/
implementation 'com.willowtreeapps.hyperion:hyperion-attr-support-v4:0.9.2'
// https://jarcasting.com/artifacts/com.willowtreeapps.hyperion/hyperion-attr-support-v4/
implementation ("com.willowtreeapps.hyperion:hyperion-attr-support-v4:0.9.2")
'com.willowtreeapps.hyperion:hyperion-attr-support-v4:aar:0.9.2'
<dependency org="com.willowtreeapps.hyperion" name="hyperion-attr-support-v4" rev="0.9.2">
<artifact name="hyperion-attr-support-v4" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.willowtreeapps.hyperion', module='hyperion-attr-support-v4', version='0.9.2')
)
libraryDependencies += "com.willowtreeapps.hyperion" % "hyperion-attr-support-v4" % "0.9.2"
[com.willowtreeapps.hyperion/hyperion-attr-support-v4 "0.9.2"]