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