| Categories |
CategoriesGroovy Languages |
|---|---|
| GroupId | GroupIdmule |
| ArtifactId | ArtifactIdmule-extras-groovy |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| mule-extras-groovy-1.1.1.pom | |
| mule-extras-groovy-1.1.1.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/mule/mule-extras-groovy/ -->
<dependency>
<groupId>mule</groupId>
<artifactId>mule-extras-groovy</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/mule/mule-extras-groovy/
implementation 'mule:mule-extras-groovy:1.1.1'
// https://jarcasting.com/artifacts/mule/mule-extras-groovy/
implementation ("mule:mule-extras-groovy:1.1.1")
'mule:mule-extras-groovy:jar:1.1.1'
<dependency org="mule" name="mule-extras-groovy" rev="1.1.1">
<artifact name="mule-extras-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='mule', module='mule-extras-groovy', version='1.1.1')
)
libraryDependencies += "mule" % "mule-extras-groovy" % "1.1.1"
[mule/mule-extras-groovy "1.1.1"]