is not current version
Last Version 1.0

com.github.snowdream.android.template:library 0.0.1

android_gradle_template

GroupId

GroupId

com.github.snowdream.android.template
ArtifactId

ArtifactId

library
Version

Version

0.0.1
Type

Type

jar

Download library 0.0.1


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