License |
License
Fabric3 License
|
---|---|
GroupId | GroupIdorg.codehaus.fabric3 |
ArtifactId | ArtifactIdparent |
Last Version | Last Version11 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFabric3 Project Parent
Parent POM defining global repository settings.
|
Project Organization |
Project OrganizationFabric3 Project |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-11.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/parent/ -->
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>parent</artifactId>
<version>11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/parent/
implementation 'org.codehaus.fabric3:parent:11'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/parent/
implementation ("org.codehaus.fabric3:parent:11")
'org.codehaus.fabric3:parent:pom:11'
<dependency org="org.codehaus.fabric3" name="parent" rev="11">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='parent', version='11')
)
libraryDependencies += "org.codehaus.fabric3" % "parent" % "11"
[org.codehaus.fabric3/parent "11"]