MVN

org.finos.legend.pure : legend-pure-code-compiled-core-external-format-xml

Maven & Gradle

Apr 22, 2022
2 usages

Legend Pure - Code - Core - External - Format - XML - PAR/JAVA

<dependency>
    <groupId>org.finos.legend.pure</groupId>
    <artifactId>legend-pure-code-compiled-core-external-format-xml</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.legend.pure : legend-pure-code-compiled-core-external-format-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.finos.legend.pure : legend-pure-code-compiled-core-external-format-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
legend-pure-code-compiled-core-external-format-xml-2.0.0
1.54.x
legend-pure-code-compiled-core-external-format-xml-1.54.0
1.53.x
legend-pure-code-compiled-core-external-format-xml-1.53.0
1.52.x
legend-pure-code-compiled-core-external-format-xml-1.52.2
legend-pure-code-compiled-core-external-format-xml-1.52.1
legend-pure-code-compiled-core-external-format-xml-1.52.0
1.51.x
legend-pure-code-compiled-core-external-format-xml-1.51.1
legend-pure-code-compiled-core-external-format-xml-1.51.0
1.50.x
legend-pure-code-compiled-core-external-format-xml-1.50.0
1.49.x
legend-pure-code-compiled-core-external-format-xml-1.49.0
1.48.x
legend-pure-code-compiled-core-external-format-xml-1.48.0
1.47.x
legend-pure-code-compiled-core-external-format-xml-1.47.0
1.46.x
legend-pure-code-compiled-core-external-format-xml-1.46.0
1.45.x
legend-pure-code-compiled-core-external-format-xml-1.45.0
1.44.x
legend-pure-code-compiled-core-external-format-xml-1.44.1
1.43.x
legend-pure-code-compiled-core-external-format-xml-1.43.1
legend-pure-code-compiled-core-external-format-xml-1.43.0
1.42.x
legend-pure-code-compiled-core-external-format-xml-1.42.0
1.41.x
legend-pure-code-compiled-core-external-format-xml-1.41.0
1.40.x
legend-pure-code-compiled-core-external-format-xml-1.40.0
1.39.x
legend-pure-code-compiled-core-external-format-xml-1.39.0
1.38.x
legend-pure-code-compiled-core-external-format-xml-1.38.0
1.37.x
legend-pure-code-compiled-core-external-format-xml-1.37.1
legend-pure-code-compiled-core-external-format-xml-1.37.0
1.36.x
legend-pure-code-compiled-core-external-format-xml-1.36.1
legend-pure-code-compiled-core-external-format-xml-1.36.0
1.35.x
legend-pure-code-compiled-core-external-format-xml-1.35.0
1.34.x
legend-pure-code-compiled-core-external-format-xml-1.34.0
1.33.x
legend-pure-code-compiled-core-external-format-xml-1.33.0
1.32.x
legend-pure-code-compiled-core-external-format-xml-1.32.0
1.31.x
legend-pure-code-compiled-core-external-format-xml-1.31.0
1.30.x
legend-pure-code-compiled-core-external-format-xml-1.30.0
1.29.x
legend-pure-code-compiled-core-external-format-xml-1.29.0
1.28.x
legend-pure-code-compiled-core-external-format-xml-1.28.0
1.27.x
legend-pure-code-compiled-core-external-format-xml-1.27.0
1.26.x
legend-pure-code-compiled-core-external-format-xml-1.26.0
1.25.x
legend-pure-code-compiled-core-external-format-xml-1.25.0
1.24.x
legend-pure-code-compiled-core-external-format-xml-1.24.0
1.23.x
legend-pure-code-compiled-core-external-format-xml-1.23.0

How to add a dependency to Maven

Add the following org.finos.legend.pure : legend-pure-code-compiled-core-external-format-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.finos.legend.pure</groupId>
    <artifactId>legend-pure-code-compiled-core-external-format-xml</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.finos.legend.pure : legend-pure-code-compiled-core-external-format-xml gradle dependency to your build.gradle file:

implementation 'org.finos.legend.pure:legend-pure-code-compiled-core-external-format-xml:2.0.0'

Gradle Kotlin DSL: Add the following org.finos.legend.pure : legend-pure-code-compiled-core-external-format-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.finos.legend.pure:legend-pure-code-compiled-core-external-format-xml:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.finos.legend.pure : legend-pure-code-compiled-core-external-format-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.finos.legend.pure" % "legend-pure-code-compiled-core-external-format-xml" % "2.0.0"