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