| GroupId | GroupIdcom.mistplay |
|---|---|
| ArtifactId | ArtifactIdhex |
| Version | Version0.0.8 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| hex-0.0.8.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mistplay/hex/ -->
<dependency>
<groupId>com.mistplay</groupId>
<artifactId>hex</artifactId>
<version>0.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mistplay/hex/
implementation 'com.mistplay:hex:0.0.8'
// https://jarcasting.com/artifacts/com.mistplay/hex/
implementation ("com.mistplay:hex:0.0.8")
'com.mistplay:hex:aar:0.0.8'
<dependency org="com.mistplay" name="hex" rev="0.0.8">
<artifact name="hex" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mistplay', module='hex', version='0.0.8')
)
libraryDependencies += "com.mistplay" % "hex" % "0.0.8"
[com.mistplay/hex "0.0.8"]