MVN

net.sf.cotta : cotta

Maven & Gradle

Sep 01, 2012
4 stars

cotta · A lightweight file system framework that is created to ease the pain of writing an application that involves file handling

<dependency>
    <groupId>net.sf.cotta</groupId>
    <artifactId>cotta</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.cotta : cotta to add to Maven - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of net.sf.cotta : cotta to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0
cotta-3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.cotta</groupId>
    <artifactId>cotta</artifactId>
    <version>3.0</version>
</dependency>