MVN

cos : cos

Maven & Gradle

Nov 06, 2006
3 usages

COS · The O'Reilly Servlet Package (com.oreilly.servlet) by Jason Hunter to accompany his book, Java Servlet Programming, including the famous MultipartRequest and MultipartParser classes.

<dependency>
    <groupId>cos</groupId>
    <artifactId>cos</artifactId>
    <version>05Nov2002</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cos : cos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 05Nov2002

All Versions

Choose a version of cos : cos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
05Nov2002
cos-05Nov2002

How to add a dependency to Maven

Add the following cos : cos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cos</groupId>
    <artifactId>cos</artifactId>
    <version>05Nov2002</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cos : cos gradle dependency to your build.gradle file:

implementation 'cos:cos:05Nov2002'

Gradle Kotlin DSL: Add the following cos : cos gradle kotlin dependency to your build.gradle.kts file:

implementation("cos:cos:05Nov2002")

How to add a dependency to SBT Scala

SBT Scala: Add the following cos : cos sbt scala dependency to your build.sbt file:

libraryDependencies += "cos" % "cos" % "05Nov2002"

Advertisement