Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.switcherapi |
ArtifactId | ArtifactIdswitcher-client |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
switcher-client-1.0.7.pom | |
switcher-client-1.0.7.jar | 53 KB |
switcher-client-1.0.7-sources.jar | 33 KB |
switcher-client-1.0.7-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.switcherapi/switcher-client/ -->
<dependency>
<groupId>com.github.switcherapi</groupId>
<artifactId>switcher-client</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.switcherapi/switcher-client/
implementation 'com.github.switcherapi:switcher-client:1.0.7'
// https://jarcasting.com/artifacts/com.github.switcherapi/switcher-client/
implementation ("com.github.switcherapi:switcher-client:1.0.7")
'com.github.switcherapi:switcher-client:jar:1.0.7'
<dependency org="com.github.switcherapi" name="switcher-client" rev="1.0.7">
<artifact name="switcher-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.switcherapi', module='switcher-client', version='1.0.7')
)
libraryDependencies += "com.github.switcherapi" % "switcher-client" % "1.0.7"
[com.github.switcherapi/switcher-client "1.0.7"]