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