| License |
License |
|---|---|
| GroupId | GroupIdcom.github.destinyd.android.archetypes |
| ArtifactId | ArtifactIdandroid-library-project |
| Version | Version0.3.0 |
| Type | Typejar |
| Description |
DescriptionAndroid Archetype - android-library-project
Creates a skeleton for a complete Android library (including application with instrumentation tests and ready-to-publish application on releases)
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| android-library-project-0.3.0.pom | |
| android-library-project-0.3.0.jar | 95 KB |
| android-library-project-0.3.0-sources.jar | 94 KB |
| Browse |
<!-- 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.destinyd.android.archetypes/android-library-project/
implementation 'com.github.destinyd.android.archetypes:android-library-project:0.3.0'
// https://jarcasting.com/artifacts/com.github.destinyd.android.archetypes/android-library-project/
implementation ("com.github.destinyd.android.archetypes:android-library-project:0.3.0")
'com.github.destinyd.android.archetypes:android-library-project:jar:0.3.0'
<dependency org="com.github.destinyd.android.archetypes" name="android-library-project" rev="0.3.0">
<artifact name="android-library-project" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.destinyd.android.archetypes', module='android-library-project', version='0.3.0')
)
libraryDependencies += "com.github.destinyd.android.archetypes" % "android-library-project" % "0.3.0"
[com.github.destinyd.android.archetypes/android-library-project "0.3.0"]