Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.falkonry |
ArtifactId | ArtifactIdclient |
Version | Version0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
client-0.1.6.pom | |
client-0.1.6.jar | 28 KB |
client-0.1.6-sources.jar | 16 KB |
client-0.1.6-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.falkonry/client/ -->
<dependency>
<groupId>com.falkonry</groupId>
<artifactId>client</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.falkonry/client/
implementation 'com.falkonry:client:0.1.6'
// https://jarcasting.com/artifacts/com.falkonry/client/
implementation ("com.falkonry:client:0.1.6")
'com.falkonry:client:jar:0.1.6'
<dependency org="com.falkonry" name="client" rev="0.1.6">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.falkonry', module='client', version='0.1.6')
)
libraryDependencies += "com.falkonry" % "client" % "0.1.6"
[com.falkonry/client "0.1.6"]