License |
License |
---|---|
GroupId | GroupIdorg.sbml.jsbml.ext |
ArtifactId | ArtifactIdext |
Version | Version1.5 |
Type | Typepom |
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 |
---|---|
ext-1.5.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sbml.jsbml.ext/ext/ -->
<dependency>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sbml.jsbml.ext/ext/
implementation 'org.sbml.jsbml.ext:ext:1.5'
// https://jarcasting.com/artifacts/org.sbml.jsbml.ext/ext/
implementation ("org.sbml.jsbml.ext:ext:1.5")
'org.sbml.jsbml.ext:ext:pom:1.5'
<dependency org="org.sbml.jsbml.ext" name="ext" rev="1.5">
<artifact name="ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sbml.jsbml.ext', module='ext', version='1.5')
)
libraryDependencies += "org.sbml.jsbml.ext" % "ext" % "1.5"
[org.sbml.jsbml.ext/ext "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 |