| License |
License |
|---|---|
| GroupId | GroupIdorg.bitbucket.openisoj2 |
| ArtifactId | ArtifactIdcore |
| Version | Version2.0.1-RELEASE |
| Type | Typejar |
| Description |
Descriptionopenisoj2-core
An extensible framework for creating ISO 8583 messages.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-2.0.1-RELEASE.pom | |
| core-2.0.1-RELEASE.jar | 147 KB |
| core-2.0.1-RELEASE-sources.jar | 51 KB |
| core-2.0.1-RELEASE-javadoc.jar | 538 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.openisoj2/core/ -->
<dependency>
<groupId>org.bitbucket.openisoj2</groupId>
<artifactId>core</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.openisoj2/core/
implementation 'org.bitbucket.openisoj2:core:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/org.bitbucket.openisoj2/core/
implementation ("org.bitbucket.openisoj2:core:2.0.1-RELEASE")
'org.bitbucket.openisoj2:core:jar:2.0.1-RELEASE'
<dependency org="org.bitbucket.openisoj2" name="core" rev="2.0.1-RELEASE">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.openisoj2', module='core', version='2.0.1-RELEASE')
)
libraryDependencies += "org.bitbucket.openisoj2" % "core" % "2.0.1-RELEASE"
[org.bitbucket.openisoj2/core "2.0.1-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |