Rauber Client Core

Reusable core classes for any client implementation.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.rauber-projects
ArtifactId

ArtifactId

client-core
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Rauber Client Core
Reusable core classes for any client implementation.

Download client-core

How to add to project

<!-- 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"]

Dependencies

compile (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

test (2)

Group / Artifact Type Version
pl.pragmatists : JUnitParams jar 1.0.4
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.1