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