is not current version
Last Version 1.3.0

com.greenbird:greenbird-configuration 1.0.0

Library that simplifies configuration and context loading for Spring based projects.

Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

com.greenbird
ArtifactId

ArtifactId

greenbird-configuration
Version

Version

1.0.0
Type

Type

jar

Download greenbird-configuration 1.0.0


<!-- https://jarcasting.com/artifacts/com.greenbird/greenbird-configuration/ -->
<dependency>
    <groupId>com.greenbird</groupId>
    <artifactId>greenbird-configuration</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.greenbird/greenbird-configuration/
implementation 'com.greenbird:greenbird-configuration:1.0.0'
// https://jarcasting.com/artifacts/com.greenbird/greenbird-configuration/
implementation ("com.greenbird:greenbird-configuration:1.0.0")
'com.greenbird:greenbird-configuration:jar:1.0.0'
<dependency org="com.greenbird" name="greenbird-configuration" rev="1.0.0">
  <artifact name="greenbird-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greenbird', module='greenbird-configuration', version='1.0.0')
)
libraryDependencies += "com.greenbird" % "greenbird-configuration" % "1.0.0"
[com.greenbird/greenbird-configuration "1.0.0"]