GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-ognl |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mule-module-ognl-3.0.0.pom | |
mule-module-ognl-3.0.0.jar | 11 KB |
mule-module-ognl-3.0.0-test-sources.jar | 4 KB |
mule-module-ognl-3.0.0-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-ognl/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-ognl</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-ognl/
implementation 'org.mule.modules:mule-module-ognl:3.0.0'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-ognl/
implementation ("org.mule.modules:mule-module-ognl:3.0.0")
'org.mule.modules:mule-module-ognl:jar:3.0.0'
<dependency org="org.mule.modules" name="mule-module-ognl" rev="3.0.0">
<artifact name="mule-module-ognl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-ognl', version='3.0.0')
)
libraryDependencies += "org.mule.modules" % "mule-module-ognl" % "3.0.0"
[org.mule.modules/mule-module-ognl "3.0.0"]