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