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