GroupId | GroupIdorg.sbml.jsbml.ext |
---|---|
ArtifactId | ArtifactIdjsbml-spatial |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
jsbml-spatial-1.4.pom | |
jsbml-spatial-1.4.jar | 155 KB |
jsbml-spatial-1.4-sources.jar | 129 KB |
jsbml-spatial-1.4-javadoc.jar | 591 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sbml.jsbml.ext/jsbml-spatial/ -->
<dependency>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>jsbml-spatial</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.sbml.jsbml.ext/jsbml-spatial/
implementation 'org.sbml.jsbml.ext:jsbml-spatial:1.4'
// https://jarcasting.com/artifacts/org.sbml.jsbml.ext/jsbml-spatial/
implementation ("org.sbml.jsbml.ext:jsbml-spatial:1.4")
'org.sbml.jsbml.ext:jsbml-spatial:jar:1.4'
<dependency org="org.sbml.jsbml.ext" name="jsbml-spatial" rev="1.4">
<artifact name="jsbml-spatial" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sbml.jsbml.ext', module='jsbml-spatial', version='1.4')
)
libraryDependencies += "org.sbml.jsbml.ext" % "jsbml-spatial" % "1.4"
[org.sbml.jsbml.ext/jsbml-spatial "1.4"]