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