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