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