Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.gama |
ArtifactId | ArtifactIdclient |
Version | Version0.8.7-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
client-0.8.7-RELEASE.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.gama/client/ -->
<dependency>
<groupId>com.coherentlogic.gama</groupId>
<artifactId>client</artifactId>
<version>0.8.7-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.gama/client/
implementation 'com.coherentlogic.gama:client:0.8.7-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.gama/client/
implementation ("com.coherentlogic.gama:client:0.8.7-RELEASE")
'com.coherentlogic.gama:client:pom:0.8.7-RELEASE'
<dependency org="com.coherentlogic.gama" name="client" rev="0.8.7-RELEASE">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.gama', module='client', version='0.8.7-RELEASE')
)
libraryDependencies += "com.coherentlogic.gama" % "client" % "0.8.7-RELEASE"
[com.coherentlogic.gama/client "0.8.7-RELEASE"]