MVN

uk.ac.gate.plugins : format-bdoc

Maven & Gradle

Feb 06, 2021
0 stars

Format: Bdoc · Plugin to save/load GATE documents in BasicDocument representation as JSON and Gzip-compressed JSON, YAML, and MessagePack.

<dependency>
    <groupId>uk.ac.gate.plugins</groupId>
    <artifactId>format-bdoc</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.gate.plugins : format-bdoc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of uk.ac.gate.plugins : format-bdoc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
format-bdoc-1.10
1.9
format-bdoc-1.9
1.8
format-bdoc-1.8
1.7
format-bdoc-1.7
1.6.x
format-bdoc-1.6.1

How to add a dependency to Maven

Add the following uk.ac.gate.plugins : format-bdoc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.ac.gate.plugins</groupId>
    <artifactId>format-bdoc</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.ac.gate.plugins : format-bdoc gradle dependency to your build.gradle file:

implementation 'uk.ac.gate.plugins:format-bdoc:1.10'

Gradle Kotlin DSL: Add the following uk.ac.gate.plugins : format-bdoc gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.ac.gate.plugins:format-bdoc:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.ac.gate.plugins : format-bdoc sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.ac.gate.plugins" % "format-bdoc" % "1.10"