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