| License |
License |
|---|---|
| GroupId | GroupIdorg.bitbucket.openisoj |
| ArtifactId | ArtifactIdopenisoj-core |
| Last Version | Last Version1.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionopenisoj-core
An extensible framework for creating ISO 8583 messages.
Ported from OpenIso.Net http://code.google.com/p/openiso8583net/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| openisoj-core-1.1.4.pom | |
| openisoj-core-1.1.4.jar | 49 KB |
| openisoj-core-1.1.4-sources.jar | 28 KB |
| openisoj-core-1.1.4-javadoc.jar | 280 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.openisoj/openisoj-core/ -->
<dependency>
<groupId>org.bitbucket.openisoj</groupId>
<artifactId>openisoj-core</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.openisoj/openisoj-core/
implementation 'org.bitbucket.openisoj:openisoj-core:1.1.4'
// https://jarcasting.com/artifacts/org.bitbucket.openisoj/openisoj-core/
implementation ("org.bitbucket.openisoj:openisoj-core:1.1.4")
'org.bitbucket.openisoj:openisoj-core:jar:1.1.4'
<dependency org="org.bitbucket.openisoj" name="openisoj-core" rev="1.1.4">
<artifact name="openisoj-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.openisoj', module='openisoj-core', version='1.1.4')
)
libraryDependencies += "org.bitbucket.openisoj" % "openisoj-core" % "1.1.4"
[org.bitbucket.openisoj/openisoj-core "1.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |