Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.fred.client |
ArtifactId | ArtifactIdfred-client-misc |
Version | Version1.0.7-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>1.0.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-misc/
implementation 'com.coherentlogic.fred.client:fred-client-misc:1.0.7-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-misc/
implementation ("com.coherentlogic.fred.client:fred-client-misc:1.0.7-RELEASE")
'com.coherentlogic.fred.client:fred-client-misc:jar:1.0.7-RELEASE'
<dependency org="com.coherentlogic.fred.client" name="fred-client-misc" rev="1.0.7-RELEASE">
<artifact name="fred-client-misc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.fred.client', module='fred-client-misc', version='1.0.7-RELEASE')
)
libraryDependencies += "com.coherentlogic.fred.client" % "fred-client-misc" % "1.0.7-RELEASE"
[com.coherentlogic.fred.client/fred-client-misc "1.0.7-RELEASE"]