MVN

org.allenai.common : common-webapp_2.11

Maven & Gradle

Apr 01, 2015
9 stars

common-webapp · common-webapp

<dependency>
    <groupId>org.allenai.common</groupId>
    <artifactId>common-webapp_2.11</artifactId>
    <version>2015.04.01-0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.allenai.common : common-webapp_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2015.04.01-0

All Versions

Choose a version of org.allenai.common : common-webapp_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2015.04.x
common-webapp_2.11-2015.04.01-0
2015.03.x
common-webapp_2.11-2015.03.12-0
2015.02.x
common-webapp_2.11-2015.02.17-0
2015.01.x
common-webapp_2.11-2015.01.23-0
common-webapp_2.11-2015.01.22-0
2014.12.x
common-webapp_2.11-2014.12.04-1

How to add a dependency to Maven

Add the following org.allenai.common : common-webapp_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.allenai.common</groupId>
    <artifactId>common-webapp_2.11</artifactId>
    <version>2015.04.01-0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.allenai.common : common-webapp_2.11 gradle dependency to your build.gradle file:

implementation 'org.allenai.common:common-webapp_2.11:2015.04.01-0'

Gradle Kotlin DSL: Add the following org.allenai.common : common-webapp_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.allenai.common:common-webapp_2.11:2015.04.01-0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.allenai.common : common-webapp_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.allenai.common" % "common-webapp_2.11" % "2015.04.01-0"

Advertisement