| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.fabric3 |
| ArtifactId | ArtifactIdmodule-parent |
| Last Version | Last Version1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionFabric3 Fabric Modules Parent
Parent POM defining settings for fabric modules.
|
| Filename | Size |
|---|---|
| module-parent-1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/module-parent/ -->
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>module-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/module-parent/
implementation 'org.codehaus.fabric3:module-parent:1'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/module-parent/
implementation ("org.codehaus.fabric3:module-parent:1")
'org.codehaus.fabric3:module-parent:pom:1'
<dependency org="org.codehaus.fabric3" name="module-parent" rev="1">
<artifact name="module-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='module-parent', version='1')
)
libraryDependencies += "org.codehaus.fabric3" % "module-parent" % "1"
[org.codehaus.fabric3/module-parent "1"]