| License |
License |
|---|---|
| GroupId | GroupIdorg.floggy |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionFloggy Frameworks for Mobile Development
A collection of frameworks for mobile development.
|
| Project Organization |
Project OrganizationFloggy Open Source Group |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-0.0.2.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.floggy/parent/ -->
<dependency>
<groupId>org.floggy</groupId>
<artifactId>parent</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.floggy/parent/
implementation 'org.floggy:parent:0.0.2'
// https://jarcasting.com/artifacts/org.floggy/parent/
implementation ("org.floggy:parent:0.0.2")
'org.floggy:parent:pom:0.0.2'
<dependency org="org.floggy" name="parent" rev="0.0.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.floggy', module='parent', version='0.0.2')
)
libraryDependencies += "org.floggy" % "parent" % "0.0.2"
[org.floggy/parent "0.0.2"]