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