JSBML 1.6.1ɑ
draeger
released this
10 Jan 10:13
·
36 commits
to master
since this release
This release fixes dependencies to third-party libraries. Changes to the code base itself are very minor. Updated are the Maven files (pom.xml
) and included libraries (jar
files):
- log4j has been bumped to version 2.17.1
- biojava-ontology was bumped to version 6.0.4.
To access this version of JSBML via Maven use:
<dependency>
<groupId>org.sbml.jsbml</groupId>
<artifactId>jsbml</artifactId>
<version>1.6.1-SNAPSHOT</version>
</dependency>