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