GroupId | GroupIdio.fixprotocol.orchestra |
---|---|
ArtifactId | ArtifactIdmodel-quickfix |
Version | Version1.4.0-RC5 |
Type | Typejar |
Filename | Size |
---|---|
model-quickfix-1.4.0-RC5.pom | |
model-quickfix-1.4.0-RC5.jar | 24 KB |
model-quickfix-1.4.0-RC5-sources.jar | 13 KB |
model-quickfix-1.4.0-RC5-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fixprotocol.orchestra/model-quickfix/ -->
<dependency>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>model-quickfix</artifactId>
<version>1.4.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/io.fixprotocol.orchestra/model-quickfix/
implementation 'io.fixprotocol.orchestra:model-quickfix:1.4.0-RC5'
// https://jarcasting.com/artifacts/io.fixprotocol.orchestra/model-quickfix/
implementation ("io.fixprotocol.orchestra:model-quickfix:1.4.0-RC5")
'io.fixprotocol.orchestra:model-quickfix:jar:1.4.0-RC5'
<dependency org="io.fixprotocol.orchestra" name="model-quickfix" rev="1.4.0-RC5">
<artifact name="model-quickfix" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fixprotocol.orchestra', module='model-quickfix', version='1.4.0-RC5')
)
libraryDependencies += "io.fixprotocol.orchestra" % "model-quickfix" % "1.4.0-RC5"
[io.fixprotocol.orchestra/model-quickfix "1.4.0-RC5"]