MVN

com.panavis.open-source : google-ortools-java

Maven & Gradle

Sep 04, 2020
5 stars

Google OR-Tools for Maven · Publishing Google OR-Tools as a Maven dependency

<dependency>
    <groupId>com.panavis.open-source</groupId>
    <artifactId>google-ortools-java</artifactId>
    <version>7.8.7961</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.panavis.open-source : google-ortools-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.8.7961

All Versions

Choose a version of com.panavis.open-source : google-ortools-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.8.x
google-ortools-java-7.8.7961
google-ortools-java-7.8.7960
google-ortools-java-7.8.7959

How to add a dependency to Maven

Add the following com.panavis.open-source : google-ortools-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.panavis.open-source</groupId>
    <artifactId>google-ortools-java</artifactId>
    <version>7.8.7961</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.panavis.open-source : google-ortools-java gradle dependency to your build.gradle file:

implementation 'com.panavis.open-source:google-ortools-java:7.8.7961'

Gradle Kotlin DSL: Add the following com.panavis.open-source : google-ortools-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.panavis.open-source:google-ortools-java:7.8.7961")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.panavis.open-source : google-ortools-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.panavis.open-source" % "google-ortools-java" % "7.8.7961"

Advertisement