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