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