GroupId | GroupIdcom.github.kristiankime |
---|---|
ArtifactId | ArtifactIdfunctional-collections |
Version | Version0.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kristiankime/functional-collections/ -->
<dependency>
<groupId>com.github.kristiankime</groupId>
<artifactId>functional-collections</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristiankime/functional-collections/
implementation 'com.github.kristiankime:functional-collections:0.0.5'
// https://jarcasting.com/artifacts/com.github.kristiankime/functional-collections/
implementation ("com.github.kristiankime:functional-collections:0.0.5")
'com.github.kristiankime:functional-collections:jar:0.0.5'
<dependency org="com.github.kristiankime" name="functional-collections" rev="0.0.5">
<artifact name="functional-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristiankime', module='functional-collections', version='0.0.5')
)
libraryDependencies += "com.github.kristiankime" % "functional-collections" % "0.0.5"
[com.github.kristiankime/functional-collections "0.0.5"]