GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-ognl |
Version | Version3.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-ognl/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-ognl</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-ognl/
implementation 'org.mule.modules:mule-module-ognl:3.2.0'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-ognl/
implementation ("org.mule.modules:mule-module-ognl:3.2.0")
'org.mule.modules:mule-module-ognl:jar:3.2.0'
<dependency org="org.mule.modules" name="mule-module-ognl" rev="3.2.0">
<artifact name="mule-module-ognl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-ognl', version='3.2.0')
)
libraryDependencies += "org.mule.modules" % "mule-module-ognl" % "3.2.0"
[org.mule.modules/mule-module-ognl "3.2.0"]