| License |
License |
|---|---|
| GroupId | GroupIdorg.sbml.jsbml.modules |
| ArtifactId | ArtifactIdmodules |
| 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.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| modules-1.6.1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sbml.jsbml.modules/modules/ -->
<dependency>
<groupId>org.sbml.jsbml.modules</groupId>
<artifactId>modules</artifactId>
<version>1.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sbml.jsbml.modules/modules/
implementation 'org.sbml.jsbml.modules:modules:1.6.1'
// https://jarcasting.com/artifacts/org.sbml.jsbml.modules/modules/
implementation ("org.sbml.jsbml.modules:modules:1.6.1")
'org.sbml.jsbml.modules:modules:pom:1.6.1'
<dependency org="org.sbml.jsbml.modules" name="modules" rev="1.6.1">
<artifact name="modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sbml.jsbml.modules', module='modules', version='1.6.1')
)
libraryDependencies += "org.sbml.jsbml.modules" % "modules" % "1.6.1"
[org.sbml.jsbml.modules/modules "1.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.sbml.jsbml : jsbml-core | jar | 1.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |