Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.coherentlogic.fred.client |
ArtifactId | ArtifactIdfred-client-config |
Version | Version1.0.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
fred-client-config-1.0.2-RELEASE.pom | |
fred-client-config-1.0.2-RELEASE.jar | 2 KB |
fred-client-config-1.0.2-RELEASE-sources.jar | 856 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-config/ -->
<dependency>
<groupId>com.coherentlogic.fred.client</groupId>
<artifactId>fred-client-config</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-config/
implementation 'com.coherentlogic.fred.client:fred-client-config:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-config/
implementation ("com.coherentlogic.fred.client:fred-client-config:1.0.2-RELEASE")
'com.coherentlogic.fred.client:fred-client-config:jar:1.0.2-RELEASE'
<dependency org="com.coherentlogic.fred.client" name="fred-client-config" rev="1.0.2-RELEASE">
<artifact name="fred-client-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.fred.client', module='fred-client-config', version='1.0.2-RELEASE')
)
libraryDependencies += "com.coherentlogic.fred.client" % "fred-client-config" % "1.0.2-RELEASE"
[com.coherentlogic.fred.client/fred-client-config "1.0.2-RELEASE"]