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