MVN

org.jamesii : mlrules

Maven & Gradle

Feb 08, 2021
1 usages

mlrules · The main project for the external domain-specific modeling language ML-Rules, which is used to model hierarchical biochemical reaction networks with nested and attributed species

<dependency>
    <groupId>org.jamesii</groupId>
    <artifactId>mlrules</artifactId>
    <version>2.2.13-headless</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jamesii : mlrules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.13-headless

All Versions

Choose a version of org.jamesii : mlrules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
mlrules-2.2.13-headless
mlrules-2.2.13
mlrules-2.2.12
mlrules-2.2.11
mlrules-2.2.10
mlrules-2.2.9
mlrules-2.2.8
mlrules-2.2.7
mlrules-2.2.6
mlrules-2.2.5
mlrules-2.2.4
mlrules-2.2.3
mlrules-2.2.2
mlrules-2.2.1

How to add a dependency to Maven

Add the following org.jamesii : mlrules maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jamesii</groupId>
    <artifactId>mlrules</artifactId>
    <version>2.2.13-headless</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jamesii : mlrules gradle dependency to your build.gradle file:

implementation 'org.jamesii:mlrules:2.2.13-headless'

Gradle Kotlin DSL: Add the following org.jamesii : mlrules gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jamesii:mlrules:2.2.13-headless")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jamesii : mlrules sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jamesii" % "mlrules" % "2.2.13-headless"