is not current version
Last Version 1.0.4

net.openhft:saxophone 1.0.3

Java SAX Parser for JSON and FIX

Categories

Categories

Net
GroupId

GroupId

net.openhft
ArtifactId

ArtifactId

saxophone
Version

Version

1.0.3
Type

Type

jar

Download saxophone 1.0.3


<!-- https://jarcasting.com/artifacts/net.openhft/saxophone/ -->
<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>saxophone</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/saxophone/
implementation 'net.openhft:saxophone:1.0.3'
// https://jarcasting.com/artifacts/net.openhft/saxophone/
implementation ("net.openhft:saxophone:1.0.3")
'net.openhft:saxophone:jar:1.0.3'
<dependency org="net.openhft" name="saxophone" rev="1.0.3">
  <artifact name="saxophone" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='saxophone', version='1.0.3')
)
libraryDependencies += "net.openhft" % "saxophone" % "1.0.3"
[net.openhft/saxophone "1.0.3"]