| GroupId | GroupIdcom.eggybytes |
|---|---|
| ArtifactId | ArtifactIdeggy-android |
| Version | Version1.0.5 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| eggy-android-1.0.5.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.eggybytes/eggy-android/ -->
<dependency>
<groupId>com.eggybytes</groupId>
<artifactId>eggy-android</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.eggybytes/eggy-android/
implementation 'com.eggybytes:eggy-android:1.0.5'
// https://jarcasting.com/artifacts/com.eggybytes/eggy-android/
implementation ("com.eggybytes:eggy-android:1.0.5")
'com.eggybytes:eggy-android:aar:1.0.5'
<dependency org="com.eggybytes" name="eggy-android" rev="1.0.5">
<artifact name="eggy-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.eggybytes', module='eggy-android', version='1.0.5')
)
libraryDependencies += "com.eggybytes" % "eggy-android" % "1.0.5"
[com.eggybytes/eggy-android "1.0.5"]