MVN

edu.mit.simile : babel-bibtex-converter

Maven & Gradle

Sep 03, 2014
2 usages
9 stars

SIMILE Bibtex Converter · Bibtex Converter is part of the Babel project. It reads and writes data in bibtex format.

<dependency>
    <groupId>edu.mit.simile</groupId>
    <artifactId>babel-bibtex-converter</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.mit.simile : babel-bibtex-converter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of edu.mit.simile : babel-bibtex-converter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
babel-bibtex-converter-1.0

How to add a dependency to Maven

Add the following edu.mit.simile : babel-bibtex-converter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.mit.simile</groupId>
    <artifactId>babel-bibtex-converter</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.mit.simile : babel-bibtex-converter gradle dependency to your build.gradle file:

implementation 'edu.mit.simile:babel-bibtex-converter:1.0'

Gradle Kotlin DSL: Add the following edu.mit.simile : babel-bibtex-converter gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.mit.simile:babel-bibtex-converter:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.mit.simile : babel-bibtex-converter sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.mit.simile" % "babel-bibtex-converter" % "1.0"

Advertisement