Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.gfx.gradle |
ArtifactId | ArtifactIdandroid-eggbox |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
android-eggbox-0.0.1.pom | |
android-eggbox-0.0.1.jar | 28 KB |
android-eggbox-0.0.1-sources.jar | 3 KB |
android-eggbox-0.0.1-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gfx.gradle/android-eggbox/ -->
<dependency>
<groupId>com.github.gfx.gradle</groupId>
<artifactId>android-eggbox</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gfx.gradle/android-eggbox/
implementation 'com.github.gfx.gradle:android-eggbox:0.0.1'
// https://jarcasting.com/artifacts/com.github.gfx.gradle/android-eggbox/
implementation ("com.github.gfx.gradle:android-eggbox:0.0.1")
'com.github.gfx.gradle:android-eggbox:jar:0.0.1'
<dependency org="com.github.gfx.gradle" name="android-eggbox" rev="0.0.1">
<artifact name="android-eggbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gfx.gradle', module='android-eggbox', version='0.0.1')
)
libraryDependencies += "com.github.gfx.gradle" % "android-eggbox" % "0.0.1"
[com.github.gfx.gradle/android-eggbox "0.0.1"]