is not current version
Last Version 1.3

de.is24.common:switchman 1.1

Microservice for storing A/B Test configurations and decisions as well as Feature Switch states.

GroupId

GroupId

de.is24.common
ArtifactId

ArtifactId

switchman
Version

Version

1.1
Type

Type

jar

Download switchman 1.1


<!-- https://jarcasting.com/artifacts/de.is24.common/switchman/ -->
<dependency>
    <groupId>de.is24.common</groupId>
    <artifactId>switchman</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.is24.common/switchman/
implementation 'de.is24.common:switchman:1.1'
// https://jarcasting.com/artifacts/de.is24.common/switchman/
implementation ("de.is24.common:switchman:1.1")
'de.is24.common:switchman:jar:1.1'
<dependency org="de.is24.common" name="switchman" rev="1.1">
  <artifact name="switchman" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.is24.common', module='switchman', version='1.1')
)
libraryDependencies += "de.is24.common" % "switchman" % "1.1"
[de.is24.common/switchman "1.1"]