Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdcom.greenbird.camel |
ArtifactId | ArtifactIdgreenbird-camel-configuration |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.greenbird.camel/greenbird-camel-configuration/ -->
<dependency>
<groupId>com.greenbird.camel</groupId>
<artifactId>greenbird-camel-configuration</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.greenbird.camel/greenbird-camel-configuration/
implementation 'com.greenbird.camel:greenbird-camel-configuration:1.0.0'
// https://jarcasting.com/artifacts/com.greenbird.camel/greenbird-camel-configuration/
implementation ("com.greenbird.camel:greenbird-camel-configuration:1.0.0")
'com.greenbird.camel:greenbird-camel-configuration:jar:1.0.0'
<dependency org="com.greenbird.camel" name="greenbird-camel-configuration" rev="1.0.0">
<artifact name="greenbird-camel-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greenbird.camel', module='greenbird-camel-configuration', version='1.0.0')
)
libraryDependencies += "com.greenbird.camel" % "greenbird-camel-configuration" % "1.0.0"
[com.greenbird.camel/greenbird-camel-configuration "1.0.0"]