s

swift-parser-text

SWIFT Parser is a small library that reads SWIFT (http://www.swift.com) text messages and provides an little framework to work with messages. It is intended for developers who need to deal with swift messsages. A general model is created for the message.
http://wife.sourceforge.net
Files download
File Operation
swift-parser-text-1.1.jar download
swift-parser-text-1.1.pom download
Apache Maven
<dependency>
  <groupId>net.sourceforge.wife</groupId>
  <artifactId>swift-parser-text</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.wife:swift-parser-text:1.1'
Gradle Kotlin
implementation("net.sourceforge.wife:swift-parser-text:1.1")
Scala SBT
libraryDependencies += "net.sourceforge.wife" % "swift-parser-text" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.wife', module='swift-parser-text', version='1.1')
)
Apache Ivy
<dependency org="net.sourceforge.wife" name="swift-parser-text" rev="1.1" />
Leiningen
[net.sourceforge.wife/swift-parser-text "1.1"]
Apache Buildr
'net.sourceforge.wife:swift-parser-text:jar:1.1'