License |
License |
---|---|
GroupId | GroupIdcom.lifeonwalden |
ArtifactId | ArtifactIdapp |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionapp
A library to setup application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
app-1.0.9.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lifeonwalden/app/ -->
<dependency>
<groupId>com.lifeonwalden</groupId>
<artifactId>app</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lifeonwalden/app/
implementation 'com.lifeonwalden:app:1.0.9'
// https://jarcasting.com/artifacts/com.lifeonwalden/app/
implementation ("com.lifeonwalden:app:1.0.9")
'com.lifeonwalden:app:pom:1.0.9'
<dependency org="com.lifeonwalden" name="app" rev="1.0.9">
<artifact name="app" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lifeonwalden', module='app', version='1.0.9')
)
libraryDependencies += "com.lifeonwalden" % "app" % "1.0.9"
[com.lifeonwalden/app "1.0.9"]