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