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