| License |
License |
|---|---|
| GroupId | GroupIdorg.lunarray.common |
| ArtifactId | ArtifactIdparent |
| Version | Version1 |
| Type | Typepom |
| Description |
DescriptionLunar Ray - Common - Parent
A generic parent POM.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.lunarray.common/parent/ -->
<dependency>
<groupId>org.lunarray.common</groupId>
<artifactId>parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lunarray.common/parent/
implementation 'org.lunarray.common:parent:1'
// https://jarcasting.com/artifacts/org.lunarray.common/parent/
implementation ("org.lunarray.common:parent:1")
'org.lunarray.common:parent:pom:1'
<dependency org="org.lunarray.common" name="parent" rev="1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lunarray.common', module='parent', version='1')
)
libraryDependencies += "org.lunarray.common" % "parent" % "1"
[org.lunarray.common/parent "1"]