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