j

jam-collections

Project is a set of helper method to work with java collections
https://github.com/EddieJamsession/jam-collections
Apache License, Version 2.0
Files download
File Operation
jam-collections-0.0.10.jar download
jam-collections-0.0.10.pom download
jam-collections-0.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>work.eddiejamsession</groupId>
  <artifactId>jam-collections</artifactId>
  <version>0.0.10</version>
</dependency>
Gradle Groovy
implementation 'work.eddiejamsession:jam-collections:0.0.10'
Gradle Kotlin
implementation("work.eddiejamsession:jam-collections:0.0.10")
Scala SBT
libraryDependencies += "work.eddiejamsession" % "jam-collections" % "0.0.10"
Groovy Grape
@Grapes(
  @Grab(group='work.eddiejamsession', module='jam-collections', version='0.0.10')
)
Apache Ivy
<dependency org="work.eddiejamsession" name="jam-collections" rev="0.0.10" />
Leiningen
[work.eddiejamsession/jam-collections "0.0.10"]
Apache Buildr
'work.eddiejamsession:jam-collections:jar:0.0.10'
Dependencies