Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.fred.client |
ArtifactId | ArtifactIdfred-client-misc |
Version | Version2.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-misc/ -->
<dependency>
<groupId>com.coherentlogic.fred.client</groupId>
<artifactId>fred-client-misc</artifactId>
<version>2.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-misc/
implementation 'com.coherentlogic.fred.client:fred-client-misc:2.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-misc/
implementation ("com.coherentlogic.fred.client:fred-client-misc:2.0.0-RELEASE")
'com.coherentlogic.fred.client:fred-client-misc:jar:2.0.0-RELEASE'
<dependency org="com.coherentlogic.fred.client" name="fred-client-misc" rev="2.0.0-RELEASE">
<artifact name="fred-client-misc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.fred.client', module='fred-client-misc', version='2.0.0-RELEASE')
)
libraryDependencies += "com.coherentlogic.fred.client" % "fred-client-misc" % "2.0.0-RELEASE"
[com.coherentlogic.fred.client/fred-client-misc "2.0.0-RELEASE"]