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