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