| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаde.akquinet.android.archetypes |
| Идентификатор | Идентификаторandroid-with-test |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAkquinet Android Archetype - android-with-test
Creates a skeleton for an Android application and instrumentation tests
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| android-with-test-1.1.0.pom | |
| android-with-test-1.1.0.jar | 40 KB |
| android-with-test-1.1.0-sources.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.akquinet.android.archetypes/android-with-test/ -->
<dependency>
<groupId>de.akquinet.android.archetypes</groupId>
<artifactId>android-with-test</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.akquinet.android.archetypes/android-with-test/
implementation 'de.akquinet.android.archetypes:android-with-test:1.1.0'
// https://jarcasting.com/artifacts/de.akquinet.android.archetypes/android-with-test/
implementation ("de.akquinet.android.archetypes:android-with-test:1.1.0")
'de.akquinet.android.archetypes:android-with-test:jar:1.1.0'
<dependency org="de.akquinet.android.archetypes" name="android-with-test" rev="1.1.0">
<artifact name="android-with-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.akquinet.android.archetypes', module='android-with-test', version='1.1.0')
)
libraryDependencies += "de.akquinet.android.archetypes" % "android-with-test" % "1.1.0"
[de.akquinet.android.archetypes/android-with-test "1.1.0"]