| GroupId | GroupIdio.github.danielpine |
|---|---|
| ArtifactId | ArtifactIdsj8583 |
| Version | Version1.0.0-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| sj8583-1.0.0-RELEASE.pom | |
| sj8583-1.0.0-RELEASE.jar | 87 KB |
| sj8583-1.0.0-RELEASE-sources.jar | 71 KB |
| sj8583-1.0.0-RELEASE-javadoc.jar | 298 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.danielpine/sj8583/ -->
<dependency>
<groupId>io.github.danielpine</groupId>
<artifactId>sj8583</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.danielpine/sj8583/
implementation 'io.github.danielpine:sj8583:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.danielpine/sj8583/
implementation ("io.github.danielpine:sj8583:1.0.0-RELEASE")
'io.github.danielpine:sj8583:jar:1.0.0-RELEASE'
<dependency org="io.github.danielpine" name="sj8583" rev="1.0.0-RELEASE">
<artifact name="sj8583" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.danielpine', module='sj8583', version='1.0.0-RELEASE')
)
libraryDependencies += "io.github.danielpine" % "sj8583" % "1.0.0-RELEASE"
[io.github.danielpine/sj8583 "1.0.0-RELEASE"]