GroupId | GroupIdme.dmdev.premo |
---|---|
ArtifactId | ArtifactIdpremo-android-debug |
Version | Version1.0.0-alpha.03 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/me.dmdev.premo/premo-android-debug/ -->
<dependency>
<groupId>me.dmdev.premo</groupId>
<artifactId>premo-android-debug</artifactId>
<version>1.0.0-alpha.03</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.dmdev.premo/premo-android-debug/
implementation 'me.dmdev.premo:premo-android-debug:1.0.0-alpha.03'
// https://jarcasting.com/artifacts/me.dmdev.premo/premo-android-debug/
implementation ("me.dmdev.premo:premo-android-debug:1.0.0-alpha.03")
'me.dmdev.premo:premo-android-debug:aar:1.0.0-alpha.03'
<dependency org="me.dmdev.premo" name="premo-android-debug" rev="1.0.0-alpha.03">
<artifact name="premo-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.dmdev.premo', module='premo-android-debug', version='1.0.0-alpha.03')
)
libraryDependencies += "me.dmdev.premo" % "premo-android-debug" % "1.0.0-alpha.03"
[me.dmdev.premo/premo-android-debug "1.0.0-alpha.03"]