a

alchemy-collections

Collect Yo'Self! Part of the Alchemy Collection.
https://github.com/SirWellington/alchemy-collections
Files download
File Operation
alchemy-collections-2.1.jar download
alchemy-collections-2.1.pom download
alchemy-collections-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.sirwellington.alchemy</groupId>
  <artifactId>alchemy-collections</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'tech.sirwellington.alchemy:alchemy-collections:2.1'
Gradle Kotlin
implementation("tech.sirwellington.alchemy:alchemy-collections:2.1")
Scala SBT
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-collections" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='tech.sirwellington.alchemy', module='alchemy-collections', version='2.1')
)
Apache Ivy
<dependency org="tech.sirwellington.alchemy" name="alchemy-collections" rev="2.1" />
Leiningen
[tech.sirwellington.alchemy/alchemy-collections "2.1"]
Apache Buildr
'tech.sirwellington.alchemy:alchemy-collections:jar:2.1'