Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdcom.greenbird |
ArtifactId | ArtifactIdgreenbird-configuration |
Version | Version1.0.0 |
Type | Typejar |
<!-- 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"]