f

fabric3-development-host

Fabric3 Development Runtime Host.
Files download
File Operation
fabric3-development-host-0.2.1.jar download
fabric3-development-host-0.2.1.pom download
fabric3-development-host-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.fabric3.development</groupId>
  <artifactId>fabric3-development-host</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.fabric3.development:fabric3-development-host:0.2.1'
Gradle Kotlin
implementation("org.codehaus.fabric3.development:fabric3-development-host:0.2.1")
Scala SBT
libraryDependencies += "org.codehaus.fabric3.development" % "fabric3-development-host" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.fabric3.development', module='fabric3-development-host', version='0.2.1')
)
Apache Ivy
<dependency org="org.codehaus.fabric3.development" name="fabric3-development-host" rev="0.2.1" />
Leiningen
[org.codehaus.fabric3.development/fabric3-development-host "0.2.1"]
Apache Buildr
'org.codehaus.fabric3.development:fabric3-development-host:jar:0.2.1'