c

common-collection-operations

This project covers all the mathematical common set operations on two Collections of Java objects. Current version covers union, intersection, subset and difference. The objects of two Collections has to be compatible and equals and hashcode needs to be implemented.
https://github.com/neelrs/common-collection-operations
GNU LESSER GENERAL PUBLIC LICENSE v3
Neel Sitapara
文件下载
文件名 操作
common-collection-operations-1.0.3.jar 下载
common-collection-operations-1.0.3.pom 下载
common-collection-operations-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.neelrs</groupId>
  <artifactId>common-collection-operations</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.neelrs:common-collection-operations:1.0.3'
Gradle Kotlin
implementation("com.github.neelrs:common-collection-operations:1.0.3")
Scala SBT
libraryDependencies += "com.github.neelrs" % "common-collection-operations" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.neelrs', module='common-collection-operations', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.neelrs" name="common-collection-operations" rev="1.0.3" />
Leiningen
[com.github.neelrs/common-collection-operations "1.0.3"]
Apache Buildr
'com.github.neelrs:common-collection-operations:jar:1.0.3'