| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.snowdream.android.template |
| Идентификатор | Идентификаторlibrary |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеlibrary
android_gradle_template
|
| Имя Файла | Размер |
|---|---|
| library-1.0.pom | |
| library-1.0.jar | 261 bytes |
| library-1.0-sources.jar | 1 KB |
| library-1.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- 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"]