MVN

org.allenai.common : common-webapp_2.10

Maven & Gradle

Dec 04, 2014
9 stars

common-webapp · common-webapp

<dependency>
    <groupId>org.allenai.common</groupId>
    <artifactId>common-webapp_2.10</artifactId>
    <version>2014.12.04-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2014.12.04-1

All Versions

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

Version Vulnerabilities Updated
2014.12.x
common-webapp_2.10-2014.12.04-1
2014.11.x
common-webapp_2.10-2014.11.25-0
common-webapp_2.10-2014.11.17-1
common-webapp_2.10-2014.11.13-0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.allenai.common</groupId>
    <artifactId>common-webapp_2.10</artifactId>
    <version>2014.12.04-1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.allenai.common:common-webapp_2.10:2014.12.04-1'

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

implementation("org.allenai.common:common-webapp_2.10:2014.12.04-1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.allenai.common" % "common-webapp_2.10" % "2014.12.04-1"