Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.hubspot.liveconfig |
ArtifactId | ArtifactIdlive-config |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLive configuration for Java applications
|
Filename | Size |
---|---|
live-config-1.1.0.pom | |
live-config-1.1.0.jar | 39 KB |
live-config-1.1.0-sources.jar | 12 KB |
live-config-1.1.0-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hubspot.liveconfig/live-config/ -->
<dependency>
<groupId>com.hubspot.liveconfig</groupId>
<artifactId>live-config</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot.liveconfig/live-config/
implementation 'com.hubspot.liveconfig:live-config:1.1.0'
// https://jarcasting.com/artifacts/com.hubspot.liveconfig/live-config/
implementation ("com.hubspot.liveconfig:live-config:1.1.0")
'com.hubspot.liveconfig:live-config:jar:1.1.0'
<dependency org="com.hubspot.liveconfig" name="live-config" rev="1.1.0">
<artifact name="live-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot.liveconfig', module='live-config', version='1.1.0')
)
libraryDependencies += "com.hubspot.liveconfig" % "live-config" % "1.1.0"
[com.hubspot.liveconfig/live-config "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
com.google.inject : guice | jar | 4.0 |
org.slf4j : slf4j-api | jar | 1.7.12 |
com.google.code.findbugs : annotations | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |