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