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