| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.github.rauber-projects | 
| ArtifactId | ArtifactIdclient-api | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionRauber Client API The API of the rauber-client library. | 
| Filename | Size | 
|---|---|
| client-api-1.0.1.pom | |
| client-api-1.0.1.jar | 19 KB | 
| client-api-1.0.1-sources.jar | 15 KB | 
| client-api-1.0.1-javadoc.jar | 232 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.rauber-projects/client-api/ -->
<dependency>
    <groupId>com.github.rauber-projects</groupId>
    <artifactId>client-api</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.rauber-projects/client-api/
implementation 'com.github.rauber-projects:client-api:1.0.1'// https://jarcasting.com/artifacts/com.github.rauber-projects/client-api/
implementation ("com.github.rauber-projects:client-api:1.0.1")'com.github.rauber-projects:client-api:jar:1.0.1'<dependency org="com.github.rauber-projects" name="client-api" rev="1.0.1">
  <artifact name="client-api" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.rauber-projects', module='client-api', version='1.0.1')
)libraryDependencies += "com.github.rauber-projects" % "client-api" % "1.0.1"[com.github.rauber-projects/client-api "1.0.1"]