b

bnd-parent

Libraries mostly for simulating ODEs, networks, chemistry, etc.
https://peterbanda.net
Apache License, Version 2.0
Peter Banda
Files download
File Operation
bnd-parent-0.7.2.pom download
Apache Maven
<dependency>
  <groupId>com.bnd-lib</groupId>
  <artifactId>bnd-parent</artifactId>
  <version>0.7.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.bnd-lib:bnd-parent:0.7.2'
Gradle Kotlin
implementation("com.bnd-lib:bnd-parent:0.7.2")
Scala SBT
libraryDependencies += "com.bnd-lib" % "bnd-parent" % "0.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.bnd-lib', module='bnd-parent', version='0.7.2')
)
Apache Ivy
<dependency org="com.bnd-lib" name="bnd-parent" rev="0.7.2" />
Leiningen
[com.bnd-lib/bnd-parent "0.7.2"]
Apache Buildr
'com.bnd-lib:bnd-parent:jar:0.7.2'
Dependencies