Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.j8583 |
ArtifactId | ArtifactIdj8583 |
Version | Version1.5.6 |
Type | Typejar |
Filename | Size |
---|---|
j8583-1.5.6.pom | |
j8583-1.5.6.jar | 45 KB |
j8583-1.5.6-sources.jar | 41 KB |
j8583-1.5.6-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.j8583/j8583/ -->
<dependency>
<groupId>net.sf.j8583</groupId>
<artifactId>j8583</artifactId>
<version>1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.j8583/j8583/
implementation 'net.sf.j8583:j8583:1.5.6'
// https://jarcasting.com/artifacts/net.sf.j8583/j8583/
implementation ("net.sf.j8583:j8583:1.5.6")
'net.sf.j8583:j8583:jar:1.5.6'
<dependency org="net.sf.j8583" name="j8583" rev="1.5.6">
<artifact name="j8583" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.j8583', module='j8583', version='1.5.6')
)
libraryDependencies += "net.sf.j8583" % "j8583" % "1.5.6"
[net.sf.j8583/j8583 "1.5.6"]