| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.cotta.core |
| ArtifactId | ArtifactIdcotta |
| Last Version | Last Version3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncotta-core
A lightweight file system framework that is created to ease the pain of writing an application that involves file handling
|
| Filename | Size |
|---|---|
| cotta-3.0.pom | |
| cotta-3.0.jar | 111 KB |
| cotta-3.0-sources.jar | 53 KB |
| cotta-3.0-javadoc.jar | 428 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.cotta.core/cotta/ -->
<dependency>
<groupId>net.sf.cotta.core</groupId>
<artifactId>cotta</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cotta.core/cotta/
implementation 'net.sf.cotta.core:cotta:3.0'
// https://jarcasting.com/artifacts/net.sf.cotta.core/cotta/
implementation ("net.sf.cotta.core:cotta:3.0")
'net.sf.cotta.core:cotta:jar:3.0'
<dependency org="net.sf.cotta.core" name="cotta" rev="3.0">
<artifact name="cotta" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cotta.core', module='cotta', version='3.0')
)
libraryDependencies += "net.sf.cotta.core" % "cotta" % "3.0"
[net.sf.cotta.core/cotta "3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.cotta.testbase : cotta-testbase | jar | 3.0 |