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