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