f

fuchsia-grid

Files download
File Operation
fuchsia-grid-0.0.4.jar download
fuchsia-grid-0.0.4.pom download
fuchsia-grid-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.chameleon.fuchsia.tools</groupId>
  <artifactId>fuchsia-grid</artifactId>
  <version>0.0.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.chameleon.fuchsia.tools:fuchsia-grid:0.0.4'
Gradle Kotlin
implementation("org.ow2.chameleon.fuchsia.tools:fuchsia-grid:0.0.4")
Scala SBT
libraryDependencies += "org.ow2.chameleon.fuchsia.tools" % "fuchsia-grid" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.chameleon.fuchsia.tools', module='fuchsia-grid', version='0.0.4')
)
Apache Ivy
<dependency org="org.ow2.chameleon.fuchsia.tools" name="fuchsia-grid" rev="0.0.4" />
Leiningen
[org.ow2.chameleon.fuchsia.tools/fuchsia-grid "0.0.4"]
Apache Buildr
'org.ow2.chameleon.fuchsia.tools:fuchsia-grid:jar:0.0.4'