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