| License |
License |
|---|---|
| GroupId | GroupIdcom.github.snowdream.android.template |
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionlibrary
android_gradle_template
|
| Filename | Size |
|---|---|
| library-1.0.pom | |
| library-1.0.jar | 261 bytes |
| library-1.0-sources.jar | 1 KB |
| library-1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.snowdream.android.template/library/ -->
<dependency>
<groupId>com.github.snowdream.android.template</groupId>
<artifactId>library</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.android.template/library/
implementation 'com.github.snowdream.android.template:library:1.0'
// https://jarcasting.com/artifacts/com.github.snowdream.android.template/library/
implementation ("com.github.snowdream.android.template:library:1.0")
'com.github.snowdream.android.template:library:jar:1.0'
<dependency org="com.github.snowdream.android.template" name="library" rev="1.0">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.android.template', module='library', version='1.0')
)
libraryDependencies += "com.github.snowdream.android.template" % "library" % "1.0"
[com.github.snowdream.android.template/library "1.0"]