MVN

org.finos.legend.engine : legend-engine-xt-functionActivator-pure

Maven & Gradle

Aug 25, 2023

Legend Engine - XT - Function Activator - PAR/JAVA

<dependency>
    <groupId>org.finos.legend.engine</groupId>
    <artifactId>legend-engine-xt-functionActivator-pure</artifactId>
    <version>4.25.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.legend.engine : legend-engine-xt-functionActivator-pure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.25.2

All Versions

Choose a version of org.finos.legend.engine : legend-engine-xt-functionActivator-pure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.25.x
legend-engine-xt-functionActivator-pure-4.25.2
legend-engine-xt-functionActivator-pure-4.25.1
legend-engine-xt-functionActivator-pure-4.25.0
4.24.x
legend-engine-xt-functionActivator-pure-4.24.0
4.23.x
legend-engine-xt-functionActivator-pure-4.23.0
4.22.x
legend-engine-xt-functionActivator-pure-4.22.1
legend-engine-xt-functionActivator-pure-4.22.0
4.21.x
legend-engine-xt-functionActivator-pure-4.21.1
legend-engine-xt-functionActivator-pure-4.21.0
4.20.x
legend-engine-xt-functionActivator-pure-4.20.3
4.19.x
legend-engine-xt-functionActivator-pure-4.19.0
4.18.x
legend-engine-xt-functionActivator-pure-4.18.5
legend-engine-xt-functionActivator-pure-4.18.4
legend-engine-xt-functionActivator-pure-4.18.3
legend-engine-xt-functionActivator-pure-4.18.2
4.17.x
legend-engine-xt-functionActivator-pure-4.17.0
4.16.x
legend-engine-xt-functionActivator-pure-4.16.1
legend-engine-xt-functionActivator-pure-4.16.0
4.15.x
legend-engine-xt-functionActivator-pure-4.15.9
legend-engine-xt-functionActivator-pure-4.15.8
legend-engine-xt-functionActivator-pure-4.15.7
legend-engine-xt-functionActivator-pure-4.15.6
legend-engine-xt-functionActivator-pure-4.15.4
4.14.x
legend-engine-xt-functionActivator-pure-4.14.1
4.13.x
legend-engine-xt-functionActivator-pure-4.13.3
legend-engine-xt-functionActivator-pure-4.13.2
legend-engine-xt-functionActivator-pure-4.13.1

How to add a dependency to Maven

Add the following org.finos.legend.engine : legend-engine-xt-functionActivator-pure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.finos.legend.engine</groupId>
    <artifactId>legend-engine-xt-functionActivator-pure</artifactId>
    <version>4.25.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.finos.legend.engine : legend-engine-xt-functionActivator-pure gradle dependency to your build.gradle file:

implementation 'org.finos.legend.engine:legend-engine-xt-functionActivator-pure:4.25.2'

Gradle Kotlin DSL: Add the following org.finos.legend.engine : legend-engine-xt-functionActivator-pure gradle kotlin dependency to your build.gradle.kts file:

implementation("org.finos.legend.engine:legend-engine-xt-functionActivator-pure:4.25.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.finos.legend.engine : legend-engine-xt-functionActivator-pure sbt scala dependency to your build.sbt file:

libraryDependencies += "org.finos.legend.engine" % "legend-engine-xt-functionActivator-pure" % "4.25.2"