| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.github.rauber-projects | 
| ArtifactId | ArtifactIdclient-core | 
| Last Version | Last Version1.0.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionRauber Client Core Reusable core classes for any client implementation. | 
| Filename | Size | 
|---|---|
| client-core-1.0.3.pom | |
| client-core-1.0.3.jar | 24 KB | 
| client-core-1.0.3-sources.jar | 15 KB | 
| client-core-1.0.3-javadoc.jar | 198 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.rauber-projects/client-core/ -->
<dependency>
    <groupId>com.github.rauber-projects</groupId>
    <artifactId>client-core</artifactId>
    <version>1.0.3</version>
</dependency>// https://jarcasting.com/artifacts/com.github.rauber-projects/client-core/
implementation 'com.github.rauber-projects:client-core:1.0.3'// https://jarcasting.com/artifacts/com.github.rauber-projects/client-core/
implementation ("com.github.rauber-projects:client-core:1.0.3")'com.github.rauber-projects:client-core:jar:1.0.3'<dependency org="com.github.rauber-projects" name="client-core" rev="1.0.3">
  <artifact name="client-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.rauber-projects', module='client-core', version='1.0.3')
)libraryDependencies += "com.github.rauber-projects" % "client-core" % "1.0.3"[com.github.rauber-projects/client-core "1.0.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.rauber-projects : client-api | jar | 1.0.1 | 
| org.apache.logging.log4j : log4j-api | jar | 2.4.1 | 
| com.google.guava : guava | jar | 18.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| pl.pragmatists : JUnitParams | jar | 1.0.4 | 
| junit : junit | jar | 4.12 |