Apache Maven

<dependency>
  <groupId>fr.fastconnect.factory.tibco.bw.fcunit</groupId>
  <artifactId>fcunit-plugin</artifactId>
  <version>2.3.0-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'fr.fastconnect.factory.tibco.bw.fcunit:fcunit-plugin:maven-plugin:2.3.0-SNAPSHOT'

Apache Ant

<dependency org="fr.fastconnect.factory.tibco.bw.fcunit" name="fcunit-plugin" rev="2.3.0-SNAPSHOT">
  <artifact name="fcunit-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='fr.fastconnect.factory.tibco.bw.fcunit', module='fcunit-plugin', version='2.3.0-SNAPSHOT')
)

Grails

compile 'fr.fastconnect.factory.tibco.bw.fcunit:fcunit-plugin:2.3.0-SNAPSHOT'

Leiningen

[fr.fastconnect.factory.tibco.bw.fcunit/fcunit-plugin "2.3.0-SNAPSHOT"]

SBT

libraryDependencies += "fr.fastconnect.factory.tibco.bw.fcunit" %% "fcunit-plugin" % "2.3.0-SNAPSHOT"

Back to top

Version: 2.3.0-SNAPSHOT. Last Published: 2016-06-15.