Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.fred.client |
ArtifactId | ArtifactIdfred-client-webstart-application |
Version | Version0.9.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-webstart-application/ -->
<dependency>
<groupId>com.coherentlogic.fred.client</groupId>
<artifactId>fred-client-webstart-application</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-webstart-application/
implementation 'com.coherentlogic.fred.client:fred-client-webstart-application:0.9.9'
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-webstart-application/
implementation ("com.coherentlogic.fred.client:fred-client-webstart-application:0.9.9")
'com.coherentlogic.fred.client:fred-client-webstart-application:jar:0.9.9'
<dependency org="com.coherentlogic.fred.client" name="fred-client-webstart-application" rev="0.9.9">
<artifact name="fred-client-webstart-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.fred.client', module='fred-client-webstart-application', version='0.9.9')
)
libraryDependencies += "com.coherentlogic.fred.client" % "fred-client-webstart-application" % "0.9.9"
[com.coherentlogic.fred.client/fred-client-webstart-application "0.9.9"]