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