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