Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.switcherapi |
ArtifactId | ArtifactIdswitcher-client |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
switcher-client-1.0.6.pom | |
switcher-client-1.0.6.jar | 52 KB |
switcher-client-1.0.6-sources.jar | 33 KB |
switcher-client-1.0.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.switcherapi/switcher-client/
implementation 'com.github.switcherapi:switcher-client:1.0.6'
// https://jarcasting.com/artifacts/com.github.switcherapi/switcher-client/
implementation ("com.github.switcherapi:switcher-client:1.0.6")
'com.github.switcherapi:switcher-client:jar:1.0.6'
<dependency org="com.github.switcherapi" name="switcher-client" rev="1.0.6">
<artifact name="switcher-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.switcherapi', module='switcher-client', version='1.0.6')
)
libraryDependencies += "com.github.switcherapi" % "switcher-client" % "1.0.6"
[com.github.switcherapi/switcher-client "1.0.6"]