| GroupId | GroupIdcom.jaredrummler |
|---|---|
| ArtifactId | ArtifactIdcyanea |
| Version | Version0.0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| cyanea-0.0.2.pom | |
| cyanea-0.0.2.aar | 273 KB |
| cyanea-0.0.2-sources.jar | 1 KB |
| cyanea-0.0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jaredrummler/cyanea/ -->
<dependency>
<groupId>com.jaredrummler</groupId>
<artifactId>cyanea</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jaredrummler/cyanea/
implementation 'com.jaredrummler:cyanea:0.0.2'
// https://jarcasting.com/artifacts/com.jaredrummler/cyanea/
implementation ("com.jaredrummler:cyanea:0.0.2")
'com.jaredrummler:cyanea:aar:0.0.2'
<dependency org="com.jaredrummler" name="cyanea" rev="0.0.2">
<artifact name="cyanea" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jaredrummler', module='cyanea', version='0.0.2')
)
libraryDependencies += "com.jaredrummler" % "cyanea" % "0.0.2"
[com.jaredrummler/cyanea "0.0.2"]