GroupId | GroupIdcom.greenbird.mule |
---|---|
ArtifactId | ArtifactIdgreenbird-mule-access-log |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.greenbird.mule/greenbird-mule-access-log/ -->
<dependency>
<groupId>com.greenbird.mule</groupId>
<artifactId>greenbird-mule-access-log</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.greenbird.mule/greenbird-mule-access-log/
implementation 'com.greenbird.mule:greenbird-mule-access-log:2.0.0'
// https://jarcasting.com/artifacts/com.greenbird.mule/greenbird-mule-access-log/
implementation ("com.greenbird.mule:greenbird-mule-access-log:2.0.0")
'com.greenbird.mule:greenbird-mule-access-log:jar:2.0.0'
<dependency org="com.greenbird.mule" name="greenbird-mule-access-log" rev="2.0.0">
<artifact name="greenbird-mule-access-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greenbird.mule', module='greenbird-mule-access-log', version='2.0.0')
)
libraryDependencies += "com.greenbird.mule" % "greenbird-mule-access-log" % "2.0.0"
[com.greenbird.mule/greenbird-mule-access-log "2.0.0"]