License |
License |
---|---|
GroupId | GroupIdse.llbit |
ArtifactId | ArtifactIdcollcompare |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionCollectionComparison
A tiny library for comparing collections.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
collcompare-1.0.1.pom | |
collcompare-1.0.1.jar | 1 KB |
collcompare-1.0.1-sources.jar | 2 KB |
collcompare-1.0.1-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.llbit/collcompare/ -->
<dependency>
<groupId>se.llbit</groupId>
<artifactId>collcompare</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.llbit/collcompare/
implementation 'se.llbit:collcompare:1.0.1'
// https://jarcasting.com/artifacts/se.llbit/collcompare/
implementation ("se.llbit:collcompare:1.0.1")
'se.llbit:collcompare:jar:1.0.1'
<dependency org="se.llbit" name="collcompare" rev="1.0.1">
<artifact name="collcompare" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.llbit', module='collcompare', version='1.0.1')
)
libraryDependencies += "se.llbit" % "collcompare" % "1.0.1"
[se.llbit/collcompare "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |