is not current version
Last Version 2.8.3

com.mastfrog:search 2.8.2

Generic binary search (split off from util-collections in 2021)

Categories

Categories

Search Business Logic Libraries
GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

search
Version

Version

2.8.2
Type

Type

jar

Download search 2.8.2


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