GroupId | GroupIdcom.github.snowdream.android |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.0.4.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.android/parent/
implementation 'com.github.snowdream.android:parent:0.0.4'
// https://jarcasting.com/artifacts/com.github.snowdream.android/parent/
implementation ("com.github.snowdream.android:parent:0.0.4")
'com.github.snowdream.android:parent:pom:0.0.4'
<dependency org="com.github.snowdream.android" name="parent" rev="0.0.4">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.android', module='parent', version='0.0.4')
)
libraryDependencies += "com.github.snowdream.android" % "parent" % "0.0.4"
[com.github.snowdream.android/parent "0.0.4"]