Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.fosstrak.fc |
ArtifactId | ArtifactIdfc-webclient |
Version | Version1.0.2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.fosstrak.fc/fc-webclient/ -->
<dependency>
<groupId>org.fosstrak.fc</groupId>
<artifactId>fc-webclient</artifactId>
<version>1.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.fosstrak.fc/fc-webclient/
implementation 'org.fosstrak.fc:fc-webclient:1.0.2'
// https://jarcasting.com/artifacts/org.fosstrak.fc/fc-webclient/
implementation ("org.fosstrak.fc:fc-webclient:1.0.2")
'org.fosstrak.fc:fc-webclient:war:1.0.2'
<dependency org="org.fosstrak.fc" name="fc-webclient" rev="1.0.2">
<artifact name="fc-webclient" type="war" />
</dependency>
@Grapes(
@Grab(group='org.fosstrak.fc', module='fc-webclient', version='1.0.2')
)
libraryDependencies += "org.fosstrak.fc" % "fc-webclient" % "1.0.2"
[org.fosstrak.fc/fc-webclient "1.0.2"]