MVN

org.biopax.paxtools : json-converter

Maven & Gradle

Aug 06, 2023
25 stars

BioPAX to/from JSON Converter · BioPAX to/from JSON Converters

<dependency>
    <groupId>org.biopax.paxtools</groupId>
    <artifactId>json-converter</artifactId>
    <version>5.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.biopax.paxtools : json-converter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.1
  • Latest Beta: 5.0.0-beta1

All Versions

Choose a version of org.biopax.paxtools : json-converter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
json-converter-5.3.0
5.2.x
json-converter-5.2.1
5.1.x
json-converter-5.1.0
5.0.x
json-converter-5.0.1
json-converter-5.0.0
json-converter-5.0.0-beta1
4.3.x
json-converter-4.3.1

How to add a dependency to Maven

Add the following org.biopax.paxtools : json-converter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.biopax.paxtools</groupId>
    <artifactId>json-converter</artifactId>
    <version>5.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.biopax.paxtools : json-converter gradle dependency to your build.gradle file:

implementation 'org.biopax.paxtools:json-converter:5.2.1'

Gradle Kotlin DSL: Add the following org.biopax.paxtools : json-converter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.biopax.paxtools:json-converter:5.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.biopax.paxtools : json-converter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.biopax.paxtools" % "json-converter" % "5.2.1"

Advertisement