is not current version
Last Version 1.1

net.sourceforge.wife:swift-parser-text 1.0

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.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.wife
ArtifactId

ArtifactId

swift-parser-text
Version

Version

1.0
Type

Type

jar

Download swift-parser-text 1.0


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