License |
License |
---|---|
GroupId | GroupIdorg.sbml.jsbml.ext |
ArtifactId | ArtifactIdjsbml-multi |
Version | Version1.5 |
Type | Typejar |
Description |
DescriptionJSBML is a community-driven project to create a free, open-source, pure Java library for reading, writing, and manipulating SBML files and data streams.
|
Filename | Size |
---|---|
jsbml-multi-1.5.pom | |
jsbml-multi-1.5.jar | 136 KB |
jsbml-multi-1.5-sources.jar | 85 KB |
jsbml-multi-1.5-javadoc.jar | 500 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sbml.jsbml.ext/jsbml-multi/ -->
<dependency>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>jsbml-multi</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.sbml.jsbml.ext/jsbml-multi/
implementation 'org.sbml.jsbml.ext:jsbml-multi:1.5'
// https://jarcasting.com/artifacts/org.sbml.jsbml.ext/jsbml-multi/
implementation ("org.sbml.jsbml.ext:jsbml-multi:1.5")
'org.sbml.jsbml.ext:jsbml-multi:jar:1.5'
<dependency org="org.sbml.jsbml.ext" name="jsbml-multi" rev="1.5">
<artifact name="jsbml-multi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sbml.jsbml.ext', module='jsbml-multi', version='1.5')
)
libraryDependencies += "org.sbml.jsbml.ext" % "jsbml-multi" % "1.5"
[org.sbml.jsbml.ext/jsbml-multi "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.sbml.jsbml : jsbml-core | jar | 1.5 |
org.mangosdk.spi » spi Optional | jar | 0.2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |