| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdde.is24.common |
| ArtifactId | ArtifactIdswitchman-abtest-client |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionswitchman-abtest-client
Togglz client for connecting a spring application to IS24 Switchman.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| switchman-abtest-client-1.1.pom | |
| switchman-abtest-client-1.1.jar | 42 KB |
| switchman-abtest-client-1.1-sources.jar | 20 KB |
| switchman-abtest-client-1.1-javadoc.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.is24.common/switchman-abtest-client/ -->
<dependency>
<groupId>de.is24.common</groupId>
<artifactId>switchman-abtest-client</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.is24.common/switchman-abtest-client/
implementation 'de.is24.common:switchman-abtest-client:1.1'
// https://jarcasting.com/artifacts/de.is24.common/switchman-abtest-client/
implementation ("de.is24.common:switchman-abtest-client:1.1")
'de.is24.common:switchman-abtest-client:jar:1.1'
<dependency org="de.is24.common" name="switchman-abtest-client" rev="1.1">
<artifact name="switchman-abtest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.is24.common', module='switchman-abtest-client', version='1.1')
)
libraryDependencies += "de.is24.common" % "switchman-abtest-client" % "1.1"
[de.is24.common/switchman-abtest-client "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.is24.common : switchman-hateoas-client | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core | jar | 4.1.6.RELEASE |
| org.springframework : spring-web | jar | 4.1.6.RELEASE |
| org.springframework.hateoas : spring-hateoas | jar | 0.16.0.RELEASE |
| org.apache.httpcomponents : httpclient | jar | 4.3.3 |
| joda-time : joda-time | jar | 2.7 |
| commons-lang : commons-lang | jar | 2.6 |
| commons-io : commons-io | jar | 2.4 |
| org.projectlombok : lombok | jar | 1.12.6 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.4.3 |
| com.netflix.hystrix : hystrix-core | jar | 1.3.16 |
| javax.validation : validation-api | jar | 1.1.0.Final |
| org.hibernate : hibernate-validator | jar | 5.1.1.Final |
| org.slf4j : slf4j-api | jar | 1.7.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 4.1.6.RELEASE |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.hamcrest : hamcrest-library | jar | 1.3 |