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