MVN

org.openlca : olca-git

Maven & Gradle

Aug 25, 2023
<dependency>
    <groupId>org.openlca</groupId>
    <artifactId>olca-git</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openlca : olca-git to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of org.openlca : olca-git to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
olca-git-2.0.2
olca-git-2.0.1
olca-git-2.0.0

How to add a dependency to Maven

Add the following org.openlca : olca-git maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openlca</groupId>
    <artifactId>olca-git</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openlca : olca-git gradle dependency to your build.gradle file:

implementation 'org.openlca:olca-git:2.0.2'

Gradle Kotlin DSL: Add the following org.openlca : olca-git gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openlca:olca-git:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openlca : olca-git sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openlca" % "olca-git" % "2.0.2"

Advertisement

Dependencies from Group

Aug 25, 2023
5 usages
Sep 23, 2021
3 usages
Jun 07, 2023
3 usages
0 stars
Mar 06, 2023
1 usages
0 stars
Apr 28, 2023
1 usages
0 stars

Discover Dependencies