MVN

com.kabouterlabs : JavaOdeIntLinux

Maven & Gradle

Jun 23, 2017
0 stars

Java interface to various ODE and DAE solvers, like odepack, vode, irk2, radau5. The jar includes the fortran and C libraries and is therefore platform specific. Use this to deploy the Linux version.

<dependency>
    <groupId>com.kabouterlabs</groupId>
    <artifactId>JavaOdeIntLinux</artifactId>
    <version>0.99.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kabouterlabs : JavaOdeIntLinux to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.99.0

All Versions

Choose a version of com.kabouterlabs : JavaOdeIntLinux to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.99.x
JavaOdeIntLinux-0.99.0

How to add a dependency to Maven

Add the following com.kabouterlabs : JavaOdeIntLinux maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kabouterlabs</groupId>
    <artifactId>JavaOdeIntLinux</artifactId>
    <version>0.99.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kabouterlabs : JavaOdeIntLinux gradle dependency to your build.gradle file:

implementation 'com.kabouterlabs:JavaOdeIntLinux:0.99.0'

Gradle Kotlin DSL: Add the following com.kabouterlabs : JavaOdeIntLinux gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kabouterlabs:JavaOdeIntLinux:0.99.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kabouterlabs : JavaOdeIntLinux sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kabouterlabs" % "JavaOdeIntLinux" % "0.99.0"