Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.coherentlogic.fred.client |
ArtifactId | ArtifactIdfred-client-config |
Version | Version0.9.11 |
Type | Typejar |
Filename | Size |
---|---|
fred-client-config-0.9.11.pom | |
fred-client-config-0.9.11.jar | 2 KB |
fred-client-config-0.9.11-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>0.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-config/
implementation 'com.coherentlogic.fred.client:fred-client-config:0.9.11'
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-config/
implementation ("com.coherentlogic.fred.client:fred-client-config:0.9.11")
'com.coherentlogic.fred.client:fred-client-config:jar:0.9.11'
<dependency org="com.coherentlogic.fred.client" name="fred-client-config" rev="0.9.11">
<artifact name="fred-client-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.fred.client', module='fred-client-config', version='0.9.11')
)
libraryDependencies += "com.coherentlogic.fred.client" % "fred-client-config" % "0.9.11"
[com.coherentlogic.fred.client/fred-client-config "0.9.11"]