| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.cotelab |
| ArtifactId | ArtifactIdFindDuplicates |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnet.sf.cotelab:FindDuplicates
A program to identify duplicate files.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| FindDuplicates-0.0.1.pom | |
| FindDuplicates-0.0.1.jar | 98 KB |
| FindDuplicates-0.0.1-sources.jar | 61 KB |
| FindDuplicates-0.0.1-javadoc.jar | 463 KB |
| FindDuplicates-0.0.1-jar-with-dependencies.jar | 123 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.cotelab/FindDuplicates/ -->
<dependency>
<groupId>net.sf.cotelab</groupId>
<artifactId>FindDuplicates</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cotelab/FindDuplicates/
implementation 'net.sf.cotelab:FindDuplicates:0.0.1'
// https://jarcasting.com/artifacts/net.sf.cotelab/FindDuplicates/
implementation ("net.sf.cotelab:FindDuplicates:0.0.1")
'net.sf.cotelab:FindDuplicates:jar:0.0.1'
<dependency org="net.sf.cotelab" name="FindDuplicates" rev="0.0.1">
<artifact name="FindDuplicates" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cotelab', module='FindDuplicates', version='0.0.1')
)
libraryDependencies += "net.sf.cotelab" % "FindDuplicates" % "0.0.1"
[net.sf.cotelab/FindDuplicates "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.cotelab : CLUtilities | jar | 0.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.cotelab : CLTestUtilities | jar | 0.0.1 |