License |
License |
---|---|
GroupId | GroupIdcom.willowtreeapps.saguaro |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSaguaro (Parent)
Android library for managing licensing, attribution, and sending feedback.
|
Filename | Size |
---|---|
parent-1.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.willowtreeapps.saguaro/parent/ -->
<dependency>
<groupId>com.willowtreeapps.saguaro</groupId>
<artifactId>parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.willowtreeapps.saguaro/parent/
implementation 'com.willowtreeapps.saguaro:parent:1.0.1'
// https://jarcasting.com/artifacts/com.willowtreeapps.saguaro/parent/
implementation ("com.willowtreeapps.saguaro:parent:1.0.1")
'com.willowtreeapps.saguaro:parent:pom:1.0.1'
<dependency org="com.willowtreeapps.saguaro" name="parent" rev="1.0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.willowtreeapps.saguaro', module='parent', version='1.0.1')
)
libraryDependencies += "com.willowtreeapps.saguaro" % "parent" % "1.0.1"
[com.willowtreeapps.saguaro/parent "1.0.1"]