Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.fosstrak.fc |
ArtifactId | ArtifactIdfc-client |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
fc-client-1.1.0.pom | |
fc-client-1.1.0.jar | 65 KB |
fc-client-1.1.0-sources.jar | 43 KB |
fc-client-1.1.0-javadoc.jar | 147 KB |
fc-client-1.1.0-bin-with-dependencies.zip | 25 MB |
fc-client-1.1.0-bin-with-dependencies.tar.gz | 25 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fosstrak.fc/fc-client/ -->
<dependency>
<groupId>org.fosstrak.fc</groupId>
<artifactId>fc-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fosstrak.fc/fc-client/
implementation 'org.fosstrak.fc:fc-client:1.1.0'
// https://jarcasting.com/artifacts/org.fosstrak.fc/fc-client/
implementation ("org.fosstrak.fc:fc-client:1.1.0")
'org.fosstrak.fc:fc-client:jar:1.1.0'
<dependency org="org.fosstrak.fc" name="fc-client" rev="1.1.0">
<artifact name="fc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fosstrak.fc', module='fc-client', version='1.1.0')
)
libraryDependencies += "org.fosstrak.fc" % "fc-client" % "1.1.0"
[org.fosstrak.fc/fc-client "1.1.0"]