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