is not current version
Last Version 0.0.9

com.github.snowdream.android:parent 0.0.8

The parent pom for the android project with maven.

GroupId

GroupId

com.github.snowdream.android
ArtifactId

ArtifactId

parent
Version

Version

0.0.8
Type

Type

pom

Download parent 0.0.8

Filename Size
parent-0.0.8.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.snowdream.android/parent/ -->
<dependency>
    <groupId>com.github.snowdream.android</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.android/parent/
implementation 'com.github.snowdream.android:parent:0.0.8'
// https://jarcasting.com/artifacts/com.github.snowdream.android/parent/
implementation ("com.github.snowdream.android:parent:0.0.8")
'com.github.snowdream.android:parent:pom:0.0.8'
<dependency org="com.github.snowdream.android" name="parent" rev="0.0.8">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.android', module='parent', version='0.0.8')
)
libraryDependencies += "com.github.snowdream.android" % "parent" % "0.0.8"
[com.github.snowdream.android/parent "0.0.8"]