is not current version
Last Version 1.6.1

org.sbml.jsbml:jsbml 1.3.1

JSBML is a community-driven project to create a free, open-source, pure Java library for reading, writing, and manipulating SBML files and data streams.

GroupId

GroupId

org.sbml.jsbml
ArtifactId

ArtifactId

jsbml
Version

Version

1.3.1
Type

Type

jar

Download jsbml 1.3.1


<!-- https://jarcasting.com/artifacts/org.sbml.jsbml/jsbml/ -->
<dependency>
    <groupId>org.sbml.jsbml</groupId>
    <artifactId>jsbml</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sbml.jsbml/jsbml/
implementation 'org.sbml.jsbml:jsbml:1.3.1'
// https://jarcasting.com/artifacts/org.sbml.jsbml/jsbml/
implementation ("org.sbml.jsbml:jsbml:1.3.1")
'org.sbml.jsbml:jsbml:jar:1.3.1'
<dependency org="org.sbml.jsbml" name="jsbml" rev="1.3.1">
  <artifact name="jsbml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sbml.jsbml', module='jsbml', version='1.3.1')
)
libraryDependencies += "org.sbml.jsbml" % "jsbml" % "1.3.1"
[org.sbml.jsbml/jsbml "1.3.1"]