| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.is24.common |
| Идентификатор | Идентификаторswitchman |
| Версия | Версия1.3 |
| Тип | Типjar |
| Описание |
ОписаниеIS24 Switchman
Microservice for storing A/B Test configurations and decisions as well as Feature Switch states.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| switchman-1.3.pom | |
| switchman-1.3.jar | 27 MB |
| switchman-1.3-sources.jar | 643 KB |
| switchman-1.3-javadoc.jar | 408 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.springframework.boot : spring-boot-starter-tomcat | jar | 1.2.1.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.2.1.RELEASE |
| org.seleniumhq.selenium : selenium-java | jar | 2.45.0 |