| License |
License |
|---|---|
| GroupId | GroupIdorg.sbml.jsbml |
| ArtifactId | ArtifactIdjsbml-parent |
| Version | Version1.5 |
| Type | Typepom |
| Description |
DescriptionJSBML
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsbml-parent-1.5.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sbml.jsbml/jsbml-parent/ -->
<dependency>
<groupId>org.sbml.jsbml</groupId>
<artifactId>jsbml-parent</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sbml.jsbml/jsbml-parent/
implementation 'org.sbml.jsbml:jsbml-parent:1.5'
// https://jarcasting.com/artifacts/org.sbml.jsbml/jsbml-parent/
implementation ("org.sbml.jsbml:jsbml-parent:1.5")
'org.sbml.jsbml:jsbml-parent:pom:1.5'
<dependency org="org.sbml.jsbml" name="jsbml-parent" rev="1.5">
<artifact name="jsbml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sbml.jsbml', module='jsbml-parent', version='1.5')
)
libraryDependencies += "org.sbml.jsbml" % "jsbml-parent" % "1.5"
[org.sbml.jsbml/jsbml-parent "1.5"]