Maven Coordinates
Apache Maven
<dependency> <groupId>biz.onixs.fix-engine.samples</groupId> <artifactId>pluggable-storage</artifactId> <version>2.14.8</version> </dependency>
Apache Ivy
<dependency org="biz.onixs.fix-engine.samples" name="pluggable-storage" rev="2.14.8"> <artifact name="pluggable-storage" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='biz.onixs.fix-engine.samples', module='pluggable-storage', version='2.14.8') )
Gradle/Grails
implementation 'biz.onixs.fix-engine.samples:pluggable-storage:2.14.8'
Scala SBT
libraryDependencies += "biz.onixs.fix-engine.samples" % "pluggable-storage" % "2.14.8"
Leiningen
[biz.onixs.fix-engine.samples/pluggable-storage "2.14.8"]
Java FIX Engine