m

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
http://maven.apache.org
Apache License, Version 2.0
Tobias Helms Andreas Ruscheinski Tom Warnke
Files download
File Operation
mlrules-2.2.1.jar download
mlrules-2.2.1.pom download
mlrules-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jamesii</groupId>
  <artifactId>mlrules</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.jamesii:mlrules:2.2.1'
Gradle Kotlin
implementation("org.jamesii:mlrules:2.2.1")
Scala SBT
libraryDependencies += "org.jamesii" % "mlrules" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jamesii', module='mlrules', version='2.2.1')
)
Apache Ivy
<dependency org="org.jamesii" name="mlrules" rev="2.2.1" />
Leiningen
[org.jamesii/mlrules "2.2.1"]
Apache Buildr
'org.jamesii:mlrules:jar:2.2.1'