| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sourceforge.wife |
| ArtifactId | ArtifactIdswift-parser-text |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSWIFT (text) Parser Library
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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| swift-parser-text-1.1.pom | |
| swift-parser-text-1.1.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.wife/swift-parser-text/ -->
<dependency>
<groupId>net.sourceforge.wife</groupId>
<artifactId>swift-parser-text</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.wife/swift-parser-text/
implementation 'net.sourceforge.wife:swift-parser-text:1.1'
// https://jarcasting.com/artifacts/net.sourceforge.wife/swift-parser-text/
implementation ("net.sourceforge.wife:swift-parser-text:1.1")
'net.sourceforge.wife:swift-parser-text:jar:1.1'
<dependency org="net.sourceforge.wife" name="swift-parser-text" rev="1.1">
<artifact name="swift-parser-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.wife', module='swift-parser-text', version='1.1')
)
libraryDependencies += "net.sourceforge.wife" % "swift-parser-text" % "1.1"
[net.sourceforge.wife/swift-parser-text "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.wife : swift-model | jar | 1.0 |
| log4j : log4j | jar | 1.2.13 |
| commons-lang : commons-lang | jar | 2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |