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