is not current version
Last Version 2.0

nl.basjes.collections:prefixmap 1.1

A datastructure the allows looking up the best matching prefix.

GroupId

GroupId

nl.basjes.collections
ArtifactId

ArtifactId

prefixmap
Version

Version

1.1
Type

Type

jar

Download prefixmap 1.1


<!-- https://jarcasting.com/artifacts/nl.basjes.collections/prefixmap/ -->
<dependency>
    <groupId>nl.basjes.collections</groupId>
    <artifactId>prefixmap</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.basjes.collections/prefixmap/
implementation 'nl.basjes.collections:prefixmap:1.1'
// https://jarcasting.com/artifacts/nl.basjes.collections/prefixmap/
implementation ("nl.basjes.collections:prefixmap:1.1")
'nl.basjes.collections:prefixmap:jar:1.1'
<dependency org="nl.basjes.collections" name="prefixmap" rev="1.1">
  <artifact name="prefixmap" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.basjes.collections', module='prefixmap', version='1.1')
)
libraryDependencies += "nl.basjes.collections" % "prefixmap" % "1.1"
[nl.basjes.collections/prefixmap "1.1"]