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