| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdde.akquinet.android.archetypes | 
| ArtifactId | ArtifactIdandroid-with-test | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionAkquinet Android Archetype - android-with-test Creates a skeleton for an Android application and instrumentation tests | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| 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 | 
| Browse | 
<!-- 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"]