Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdro.kuberam.libs.java |
ArtifactId | ArtifactIdft-client |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
ft-client-1.1.1.pom | |
ft-client-1.1.1.jar | 39 KB |
ft-client-1.1.1-sources.jar | 29 KB |
ft-client-1.1.1-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.kuberam.libs.java/ft-client/ -->
<dependency>
<groupId>ro.kuberam.libs.java</groupId>
<artifactId>ft-client</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/ro.kuberam.libs.java/ft-client/
implementation 'ro.kuberam.libs.java:ft-client:1.1.1'
// https://jarcasting.com/artifacts/ro.kuberam.libs.java/ft-client/
implementation ("ro.kuberam.libs.java:ft-client:1.1.1")
'ro.kuberam.libs.java:ft-client:jar:1.1.1'
<dependency org="ro.kuberam.libs.java" name="ft-client" rev="1.1.1">
<artifact name="ft-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.kuberam.libs.java', module='ft-client', version='1.1.1')
)
libraryDependencies += "ro.kuberam.libs.java" % "ft-client" % "1.1.1"
[ro.kuberam.libs.java/ft-client "1.1.1"]