| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.switcherapi |
| ArtifactId | ArtifactIdswitcher-client |
| Last Version | Last Version1.3.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSwitcher Client
Switcher Client for working with Switcher API
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| switcher-client-1.3.4.pom | |
| switcher-client-1.3.4.jar | 53 KB |
| switcher-client-1.3.4-sources.jar | 33 KB |
| switcher-client-1.3.4-javadoc.jar | 270 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.switcherapi/switcher-client/ -->
<dependency>
<groupId>com.github.switcherapi</groupId>
<artifactId>switcher-client</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.switcherapi/switcher-client/
implementation 'com.github.switcherapi:switcher-client:1.3.4'
// https://jarcasting.com/artifacts/com.github.switcherapi/switcher-client/
implementation ("com.github.switcherapi:switcher-client:1.3.4")
'com.github.switcherapi:switcher-client:jar:1.3.4'
<dependency org="com.github.switcherapi" name="switcher-client" rev="1.3.4">
<artifact name="switcher-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.switcherapi', module='switcher-client', version='1.3.4')
)
libraryDependencies += "com.github.switcherapi" % "switcher-client" % "1.3.4"
[com.github.switcherapi/switcher-client "1.3.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jersey.core : jersey-client | jar | 2.35 |
| org.glassfish.jersey.inject : jersey-hk2 | jar | 2.35 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.35 |
| com.google.code.gson : gson | jar | 2.8.9 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| commons-net : commons-net | jar | 3.8.0 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-api | jar | 7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 3.14.9 |
| com.squareup.okhttp3 : mockwebserver | jar | 3.14.9 |