GroupId | GroupIdit.tidalwave.bluebill |
---|---|
ArtifactId | ArtifactIdandroid-superpom |
Version | Version1.0-ALPHA-2 |
Type | Typejar |
Filename | Size |
---|---|
android-superpom-1.0-ALPHA-2.pom | 17 KB |
android-superpom-1.0-ALPHA-2-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.tidalwave.bluebill/android-superpom/ -->
<dependency>
<groupId>it.tidalwave.bluebill</groupId>
<artifactId>android-superpom</artifactId>
<version>1.0-ALPHA-2</version>
</dependency>
// https://jarcasting.com/artifacts/it.tidalwave.bluebill/android-superpom/
implementation 'it.tidalwave.bluebill:android-superpom:1.0-ALPHA-2'
// https://jarcasting.com/artifacts/it.tidalwave.bluebill/android-superpom/
implementation ("it.tidalwave.bluebill:android-superpom:1.0-ALPHA-2")
'it.tidalwave.bluebill:android-superpom:jar:1.0-ALPHA-2'
<dependency org="it.tidalwave.bluebill" name="android-superpom" rev="1.0-ALPHA-2">
<artifact name="android-superpom" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.tidalwave.bluebill', module='android-superpom', version='1.0-ALPHA-2')
)
libraryDependencies += "it.tidalwave.bluebill" % "android-superpom" % "1.0-ALPHA-2"
[it.tidalwave.bluebill/android-superpom "1.0-ALPHA-2"]