Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.is24.common |
ArtifactId | ArtifactIdswitchman-togglz-client |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
switchman-togglz-client-1.2.pom | |
switchman-togglz-client-1.2.jar | 37 KB |
switchman-togglz-client-1.2-sources.jar | 17 KB |
switchman-togglz-client-1.2-javadoc.jar | 190 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.is24.common/switchman-togglz-client/ -->
<dependency>
<groupId>de.is24.common</groupId>
<artifactId>switchman-togglz-client</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.is24.common/switchman-togglz-client/
implementation 'de.is24.common:switchman-togglz-client:1.2'
// https://jarcasting.com/artifacts/de.is24.common/switchman-togglz-client/
implementation ("de.is24.common:switchman-togglz-client:1.2")
'de.is24.common:switchman-togglz-client:jar:1.2'
<dependency org="de.is24.common" name="switchman-togglz-client" rev="1.2">
<artifact name="switchman-togglz-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.is24.common', module='switchman-togglz-client', version='1.2')
)
libraryDependencies += "de.is24.common" % "switchman-togglz-client" % "1.2"
[de.is24.common/switchman-togglz-client "1.2"]