is not current version
Last Version 3.7.0

org.apache.apex:apex-engine 3.4.0


GroupId

GroupId

org.apache.apex
ArtifactId

ArtifactId

apex-engine
Version

Version

3.4.0
Type

Type

jar

Download apex-engine 3.4.0


<!-- https://jarcasting.com/artifacts/org.apache.apex/apex-engine/ -->
<dependency>
    <groupId>org.apache.apex</groupId>
    <artifactId>apex-engine</artifactId>
    <version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.apex/apex-engine/
implementation 'org.apache.apex:apex-engine:3.4.0'
// https://jarcasting.com/artifacts/org.apache.apex/apex-engine/
implementation ("org.apache.apex:apex-engine:3.4.0")
'org.apache.apex:apex-engine:jar:3.4.0'
<dependency org="org.apache.apex" name="apex-engine" rev="3.4.0">
  <artifact name="apex-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.apex', module='apex-engine', version='3.4.0')
)
libraryDependencies += "org.apache.apex" % "apex-engine" % "3.4.0"
[org.apache.apex/apex-engine "3.4.0"]