GroupId | GroupIdcom.greenbird.mule |
---|---|
ArtifactId | ArtifactIdgreenbird-mule-test-tools |
Version | Version1.1.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>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.greenbird.mule/greenbird-mule-test-tools/
implementation 'com.greenbird.mule:greenbird-mule-test-tools:1.1.0'
// https://jarcasting.com/artifacts/com.greenbird.mule/greenbird-mule-test-tools/
implementation ("com.greenbird.mule:greenbird-mule-test-tools:1.1.0")
'com.greenbird.mule:greenbird-mule-test-tools:jar:1.1.0'
<dependency org="com.greenbird.mule" name="greenbird-mule-test-tools" rev="1.1.0">
<artifact name="greenbird-mule-test-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greenbird.mule', module='greenbird-mule-test-tools', version='1.1.0')
)
libraryDependencies += "com.greenbird.mule" % "greenbird-mule-test-tools" % "1.1.0"
[com.greenbird.mule/greenbird-mule-test-tools "1.1.0"]