| License |
License |
|---|---|
| GroupId | GroupIdorg.sbml.jsbml.ext |
| ArtifactId | ArtifactIdext |
| Last Version | Last Version1.6.1 |
| Release Date | Release Date |
| 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.6.1.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.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sbml.jsbml.ext/ext/
implementation 'org.sbml.jsbml.ext:ext:1.6.1'
// https://jarcasting.com/artifacts/org.sbml.jsbml.ext/ext/
implementation ("org.sbml.jsbml.ext:ext:1.6.1")
'org.sbml.jsbml.ext:ext:pom:1.6.1'
<dependency org="org.sbml.jsbml.ext" name="ext" rev="1.6.1">
<artifact name="ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sbml.jsbml.ext', module='ext', version='1.6.1')
)
libraryDependencies += "org.sbml.jsbml.ext" % "ext" % "1.6.1"
[org.sbml.jsbml.ext/ext "1.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.sbml.jsbml : jsbml-core | jar | 1.6.1 |
| org.mangosdk.spi » spi Optional | jar | 0.2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |