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