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