is not current version
Last Version 3.0.3

com.andrewreitz.velcro:velcro-project 1.0.1

This project provides a awesome Maven archetype for Android

GroupId

GroupId

com.andrewreitz.velcro
ArtifactId

ArtifactId

velcro-project
Version

Version

1.0.1
Type

Type

pom

Download velcro-project 1.0.1

Filename Size
velcro-project-1.0.1.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.andrewreitz.velcro/velcro-project/ -->
<dependency>
    <groupId>com.andrewreitz.velcro</groupId>
    <artifactId>velcro-project</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.andrewreitz.velcro/velcro-project/
implementation 'com.andrewreitz.velcro:velcro-project:1.0.1'
// https://jarcasting.com/artifacts/com.andrewreitz.velcro/velcro-project/
implementation ("com.andrewreitz.velcro:velcro-project:1.0.1")
'com.andrewreitz.velcro:velcro-project:pom:1.0.1'
<dependency org="com.andrewreitz.velcro" name="velcro-project" rev="1.0.1">
  <artifact name="velcro-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.andrewreitz.velcro', module='velcro-project', version='1.0.1')
)
libraryDependencies += "com.andrewreitz.velcro" % "velcro-project" % "1.0.1"
[com.andrewreitz.velcro/velcro-project "1.0.1"]