GroupId | GroupIdcom.axibase |
---|---|
ArtifactId | ArtifactIdmvel2 |
Version | Version2.4.5.4 |
Type | Typejar |
Filename | Size |
---|---|
mvel2-2.4.5.4.pom | |
mvel2-2.4.5.4.jar | 788 KB |
mvel2-2.4.5.4-tests.jar | 390 KB |
mvel2-2.4.5.4-test-sources.jar | 146 KB |
mvel2-2.4.5.4-sources.jar | 602 KB |
mvel2-2.4.5.4-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.axibase/mvel2/ -->
<dependency>
<groupId>com.axibase</groupId>
<artifactId>mvel2</artifactId>
<version>2.4.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.axibase/mvel2/
implementation 'com.axibase:mvel2:2.4.5.4'
// https://jarcasting.com/artifacts/com.axibase/mvel2/
implementation ("com.axibase:mvel2:2.4.5.4")
'com.axibase:mvel2:jar:2.4.5.4'
<dependency org="com.axibase" name="mvel2" rev="2.4.5.4">
<artifact name="mvel2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axibase', module='mvel2', version='2.4.5.4')
)
libraryDependencies += "com.axibase" % "mvel2" % "2.4.5.4"
[com.axibase/mvel2 "2.4.5.4"]