| GroupId | GroupIdorg.fusesource.fabric |
|---|---|
| ArtifactId | ArtifactIdfabric-project |
| Version | Version7.0.1.fuse-084 |
| Type | Typepom |
| Filename | Size |
|---|---|
| fabric-project-7.0.1.fuse-084.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.fabric/fabric-project/ -->
<dependency>
<groupId>org.fusesource.fabric</groupId>
<artifactId>fabric-project</artifactId>
<version>7.0.1.fuse-084</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.fabric/fabric-project/
implementation 'org.fusesource.fabric:fabric-project:7.0.1.fuse-084'
// https://jarcasting.com/artifacts/org.fusesource.fabric/fabric-project/
implementation ("org.fusesource.fabric:fabric-project:7.0.1.fuse-084")
'org.fusesource.fabric:fabric-project:pom:7.0.1.fuse-084'
<dependency org="org.fusesource.fabric" name="fabric-project" rev="7.0.1.fuse-084">
<artifact name="fabric-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.fabric', module='fabric-project', version='7.0.1.fuse-084')
)
libraryDependencies += "org.fusesource.fabric" % "fabric-project" % "7.0.1.fuse-084"
[org.fusesource.fabric/fabric-project "7.0.1.fuse-084"]