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