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