MVN

de.akquinet.android.archetypes : android-with-test

Maven & Gradle

Feb 20, 2014
444 stars

Akquinet Android Archetype - android-with-test · Creates a skeleton for an Android application and instrumentation tests

<dependency>
    <groupId>de.akquinet.android.archetypes</groupId>
    <artifactId>android-with-test</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.akquinet.android.archetypes : android-with-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of de.akquinet.android.archetypes : android-with-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
android-with-test-1.1.0
1.0.x
android-with-test-1.0.11
android-with-test-1.0.10
android-with-test-1.0.9
android-with-test-1.0.8
android-with-test-1.0.7
android-with-test-1.0.6
android-with-test-1.0.5
android-with-test-1.0.4
android-with-test-1.0.3
android-with-test-1.0.2
android-with-test-1.0.1
android-with-test-1.0.0

How to add a dependency to Maven

Add the following de.akquinet.android.archetypes : android-with-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.akquinet.android.archetypes</groupId>
    <artifactId>android-with-test</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.akquinet.android.archetypes : android-with-test gradle dependency to your build.gradle file:

implementation 'de.akquinet.android.archetypes:android-with-test:1.1.0'

Gradle Kotlin DSL: Add the following de.akquinet.android.archetypes : android-with-test gradle kotlin dependency to your build.gradle.kts file:

implementation("de.akquinet.android.archetypes:android-with-test:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.akquinet.android.archetypes : android-with-test sbt scala dependency to your build.sbt file:

libraryDependencies += "de.akquinet.android.archetypes" % "android-with-test" % "1.1.0"