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