Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.fred.client |
ArtifactId | ArtifactIdfred-client-webstart-application |
Version | Version0.9.3 |
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.3</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.3'
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-webstart-application/
implementation ("com.coherentlogic.fred.client:fred-client-webstart-application:0.9.3")
'com.coherentlogic.fred.client:fred-client-webstart-application:jar:0.9.3'
<dependency org="com.coherentlogic.fred.client" name="fred-client-webstart-application" rev="0.9.3">
<artifact name="fred-client-webstart-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.fred.client', module='fred-client-webstart-application', version='0.9.3')
)
libraryDependencies += "com.coherentlogic.fred.client" % "fred-client-webstart-application" % "0.9.3"
[com.coherentlogic.fred.client/fred-client-webstart-application "0.9.3"]