License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.switcherapi |
ArtifactId | ArtifactIdswitcher-client |
Version | Version1.2.1 |
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.2.1.pom | |
switcher-client-1.2.1.jar | 61 KB |
switcher-client-1.2.1-sources.jar | 43 KB |
switcher-client-1.2.1-javadoc.jar | 699 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.switcherapi/switcher-client/ -->
<dependency>
<groupId>com.github.switcherapi</groupId>
<artifactId>switcher-client</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.switcherapi/switcher-client/
implementation 'com.github.switcherapi:switcher-client:1.2.1'
// https://jarcasting.com/artifacts/com.github.switcherapi/switcher-client/
implementation ("com.github.switcherapi:switcher-client:1.2.1")
'com.github.switcherapi:switcher-client:jar:1.2.1'
<dependency org="com.github.switcherapi" name="switcher-client" rev="1.2.1">
<artifact name="switcher-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.switcherapi', module='switcher-client', version='1.2.1')
)
libraryDependencies += "com.github.switcherapi" % "switcher-client" % "1.2.1"
[com.github.switcherapi/switcher-client "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.core : jersey-client | jar | 2.34 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.34 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.34 |
com.google.code.gson : gson | jar | 2.8.6 |
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.13.3 |
org.apache.logging.log4j : log4j-core | jar | 2.13.3 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.14.9 |
com.squareup.okhttp3 : mockwebserver | jar | 3.14.9 |