GroupId | GroupIdorg.sbml.jsbml.ext |
---|---|
ArtifactId | ArtifactIdjsbml-arrays |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
jsbml-arrays-1.3.pom | |
jsbml-arrays-1.3.jar | 117 KB |
jsbml-arrays-1.3-sources.jar | 77 KB |
jsbml-arrays-1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sbml.jsbml.ext/jsbml-arrays/
implementation 'org.sbml.jsbml.ext:jsbml-arrays:1.3'
// https://jarcasting.com/artifacts/org.sbml.jsbml.ext/jsbml-arrays/
implementation ("org.sbml.jsbml.ext:jsbml-arrays:1.3")
'org.sbml.jsbml.ext:jsbml-arrays:jar:1.3'
<dependency org="org.sbml.jsbml.ext" name="jsbml-arrays" rev="1.3">
<artifact name="jsbml-arrays" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sbml.jsbml.ext', module='jsbml-arrays', version='1.3')
)
libraryDependencies += "org.sbml.jsbml.ext" % "jsbml-arrays" % "1.3"
[org.sbml.jsbml.ext/jsbml-arrays "1.3"]