не последняя версия
Последняя версия 0.3.0

com.github.destinyd.android.archetypes:android-library-project 0.0.1

Creates a skeleton for a complete Android library (including application with instrumentation tests and ready-to-publish application on releases)

Группа

Группа

com.github.destinyd.android.archetypes
Идентификатор

Идентификатор

android-library-project
Версия

Версия

0.0.1
Тип

Тип

jar

Скачать android-library-project 0.0.1


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