| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdde.is24.common |
| ArtifactId | ArtifactIdswitchman-abtest-client |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| switchman-abtest-client-1.0.pom | |
| switchman-abtest-client-1.0.jar | 42 KB |
| switchman-abtest-client-1.0-sources.jar | 20 KB |
| switchman-abtest-client-1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.is24.common/switchman-abtest-client/
implementation 'de.is24.common:switchman-abtest-client:1.0'
// https://jarcasting.com/artifacts/de.is24.common/switchman-abtest-client/
implementation ("de.is24.common:switchman-abtest-client:1.0")
'de.is24.common:switchman-abtest-client:jar:1.0'
<dependency org="de.is24.common" name="switchman-abtest-client" rev="1.0">
<artifact name="switchman-abtest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.is24.common', module='switchman-abtest-client', version='1.0')
)
libraryDependencies += "de.is24.common" % "switchman-abtest-client" % "1.0"
[de.is24.common/switchman-abtest-client "1.0"]