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