Categories |
Categoriesconfig Application Layer Libs Configuration Fugue General Purpose Libraries Functional Programming |
---|---|
GroupId | GroupIdorg.symphonyoss.s2.fugue |
ArtifactId | ArtifactIdfugue-config-manager |
Version | Version0.0.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-config-manager/ -->
<dependency>
<groupId>org.symphonyoss.s2.fugue</groupId>
<artifactId>fugue-config-manager</artifactId>
<version>0.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-config-manager/
implementation 'org.symphonyoss.s2.fugue:fugue-config-manager:0.0.19'
// https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-config-manager/
implementation ("org.symphonyoss.s2.fugue:fugue-config-manager:0.0.19")
'org.symphonyoss.s2.fugue:fugue-config-manager:jar:0.0.19'
<dependency org="org.symphonyoss.s2.fugue" name="fugue-config-manager" rev="0.0.19">
<artifact name="fugue-config-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.symphonyoss.s2.fugue', module='fugue-config-manager', version='0.0.19')
)
libraryDependencies += "org.symphonyoss.s2.fugue" % "fugue-config-manager" % "0.0.19"
[org.symphonyoss.s2.fugue/fugue-config-manager "0.0.19"]