MVN

org.sbml.jsbml.ext : jsbml-layout

Maven & Gradle

Jan 07, 2022
3 usages
32 stars
<dependency>
    <groupId>org.sbml.jsbml.ext</groupId>
    <artifactId>jsbml-layout</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sbml.jsbml.ext : jsbml-layout to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1
  • Latest Beta: 1.2-beta1

All Versions

Choose a version of org.sbml.jsbml.ext : jsbml-layout to add to Maven or Gradle - All Versions:

  • Version Updated
  • jsbml-layout-1.6.1

    Jan 06, 2022
  • jsbml-layout-1.5

    Apr 17, 2020
  • jsbml-layout-1.4

    Aug 16, 2018
  • jsbml-layout-1.3.1

    Dec 19, 2017
  • jsbml-layout-1.3

    Dec 13, 2017
  • jsbml-layout-1.2

    Dec 14, 2016
  • jsbml-layout-1.2-beta1

    Nov 30, 2016
  • jsbml-layout-1.0

    Nov 30, 2016
  • jsbml-layout-1.1

    Nov 29, 2016

How to add a dependency to Maven

Add the following org.sbml.jsbml.ext : jsbml-layout maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sbml.jsbml.ext</groupId>
    <artifactId>jsbml-layout</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sbml.jsbml.ext : jsbml-layout gradle dependency to your build.gradle file:

implementation 'org.sbml.jsbml.ext:jsbml-layout:1.6.1'

Gradle Kotlin DSL: Add the following org.sbml.jsbml.ext : jsbml-layout gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sbml.jsbml.ext:jsbml-layout:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sbml.jsbml.ext : jsbml-layout sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sbml.jsbml.ext" % "jsbml-layout" % "1.6.1"

Advertisement