MVN

edu.mit.simile : babel-interfaces

Maven & Gradle

Sep 03, 2014
6 usages
9 stars

SIMILE Babel Interfaces · Interfaces of Babel

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

Latest Version

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

  • Latest Stable: 1.0

All Versions

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

Version Vulnerabilities Updated
1.0
babel-interfaces-1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'edu.mit.simile:babel-interfaces:1.0'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement