License |
License |
---|---|
GroupId | GroupIdde.is24.common |
ArtifactId | ArtifactIdswitchman |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIS24 Switchman
Microservice for storing A/B Test configurations and decisions as well as Feature Switch states.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
switchman-1.3.pom | |
switchman-1.3.jar | 27 MB |
switchman-1.3-sources.jar | 642 KB |
switchman-1.3-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.is24.common/switchman/ -->
<dependency>
<groupId>de.is24.common</groupId>
<artifactId>switchman</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.is24.common/switchman/
implementation 'de.is24.common:switchman:1.3'
// https://jarcasting.com/artifacts/de.is24.common/switchman/
implementation ("de.is24.common:switchman:1.3")
'de.is24.common:switchman:jar:1.3'
<dependency org="de.is24.common" name="switchman" rev="1.3">
<artifact name="switchman" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.is24.common', module='switchman', version='1.3')
)
libraryDependencies += "de.is24.common" % "switchman" % "1.3"
[de.is24.common/switchman "1.3"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.springframework.boot : spring-boot-starter-tomcat | jar | 1.2.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.2.1.RELEASE |
org.seleniumhq.selenium : selenium-java | jar | 2.45.0 |