License |
License |
---|---|
GroupId | GroupIdcom.bnd-lib |
ArtifactId | ArtifactIdbnd-math |
Version | Version0.7.0 |
Type | Typejar |
Description |
Descriptionbnd-math
Libraries mostly for simulating ODEs, networks, chemistry, etc.
|
Project URL |
Project URL |
Filename | Size |
---|---|
bnd-math-0.7.0.pom | |
bnd-math-0.7.0.jar | 547 KB |
bnd-math-0.7.0-sources.jar | 98 KB |
bnd-math-0.7.0-javadoc.jar | 823 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bnd-lib/bnd-math/ -->
<dependency>
<groupId>com.bnd-lib</groupId>
<artifactId>bnd-math</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bnd-lib/bnd-math/
implementation 'com.bnd-lib:bnd-math:0.7.0'
// https://jarcasting.com/artifacts/com.bnd-lib/bnd-math/
implementation ("com.bnd-lib:bnd-math:0.7.0")
'com.bnd-lib:bnd-math:jar:0.7.0'
<dependency org="com.bnd-lib" name="bnd-math" rev="0.7.0">
<artifact name="bnd-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bnd-lib', module='bnd-math', version='0.7.0')
)
libraryDependencies += "com.bnd-lib" % "bnd-math" % "0.7.0"
[com.bnd-lib/bnd-math "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.bnd-lib : bnd-core | jar | 0.7.0 |
com.bnd-lib : bnd-function | jar | 0.7.0 |
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |