| License | License | 
|---|---|
| GroupId | GroupIdcom.github.jeluard.ion | 
| ArtifactId | ArtifactIdapi | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptioniON API Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Filename | Size | 
|---|---|
| api-1.0.pom | |
| api-1.0.jar | 12 KB | 
| api-1.0-sources.jar | 6 KB | 
| api-1.0-javadoc.jar | 47 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.jeluard.ion/api/ -->
<dependency>
    <groupId>com.github.jeluard.ion</groupId>
    <artifactId>api</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.jeluard.ion/api/
implementation 'com.github.jeluard.ion:api:1.0'// https://jarcasting.com/artifacts/com.github.jeluard.ion/api/
implementation ("com.github.jeluard.ion:api:1.0")'com.github.jeluard.ion:api:jar:1.0'<dependency org="com.github.jeluard.ion" name="api" rev="1.0">
  <artifact name="api" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.jeluard.ion', module='api', version='1.0')
)libraryDependencies += "com.github.jeluard.ion" % "api" % "1.0"[com.github.jeluard.ion/api "1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.sun.jersey : jersey-client | jar | 1.9.1 | 
| com.sun.jersey : jersey-json | jar | 1.9.1 |