p

parser

Parser module of FIXYou project, contains fix message model and parser
https://github.com/zlooo/FIXYou
The Apache License, Version 2.0
Krzysztof Dworakowski
Files download
File Operation
parser-0.2.0.jar download
parser-0.2.0.pom download
parser-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.zlooo.fixyou</groupId>
  <artifactId>parser</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.zlooo.fixyou:parser:0.2.0'
Gradle Kotlin
implementation("io.github.zlooo.fixyou:parser:0.2.0")
Scala SBT
libraryDependencies += "io.github.zlooo.fixyou" % "parser" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.zlooo.fixyou', module='parser', version='0.2.0')
)
Apache Ivy
<dependency org="io.github.zlooo.fixyou" name="parser" rev="0.2.0" />
Leiningen
[io.github.zlooo.fixyou/parser "0.2.0"]
Apache Buildr
'io.github.zlooo.fixyou:parser:jar:0.2.0'