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.6.jar download
mlrules-2.2.6.pom download
mlrules-2.2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jamesii</groupId>
  <artifactId>mlrules</artifactId>
  <version>2.2.6</version>
</dependency>
Gradle Groovy
implementation 'org.jamesii:mlrules:2.2.6'
Gradle Kotlin
implementation("org.jamesii:mlrules:2.2.6")
Scala SBT
libraryDependencies += "org.jamesii" % "mlrules" % "2.2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.jamesii', module='mlrules', version='2.2.6')
)
Apache Ivy
<dependency org="org.jamesii" name="mlrules" rev="2.2.6" />
Leiningen
[org.jamesii/mlrules "2.2.6"]
Apache Buildr
'org.jamesii:mlrules:jar:2.2.6'