MVN

org.biopax.paxtools : normalizer

Maven & Gradle

Aug 06, 2023
1 usages
17 stars

BioPAX Normalizer and MiriamLink · A BioPAX Normalizer and modified off-line MiriamLink (MIRIAM, EBI, OLS)

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

Latest Version

Choose a version of org.biopax.paxtools : normalizer 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 : normalizer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
normalizer-5.3.0
5.2.x
normalizer-5.2.1
5.1.x
normalizer-5.1.0
5.0.x
normalizer-5.0.1
normalizer-5.0.0
normalizer-5.0.0-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.biopax.paxtools</groupId>
    <artifactId>normalizer</artifactId>
    <version>5.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.biopax.paxtools:normalizer:5.2.1'

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

implementation("org.biopax.paxtools:normalizer:5.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.biopax.paxtools" % "normalizer" % "5.2.1"

Advertisement