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