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