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