Last Version

com.mastfrog:search 2.8.3

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

License

License

MIT
Categories

Categories

Search Business Logic Libraries
GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

search
Version

Version

2.8.3
Type

Type

jar
Description

Description

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

Project URL

https://github.com/timboudreau/util
Project Organization

Project Organization

Mastfrog Technologies
Source Code Management

Source Code Management

https://github.com/timboudreau/util

Download search 2.8.3


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

Dependencies

compile (2)

Group / Artifact Type Version
com.mastfrog : util-preconditions jar 2.8.3
com.mastfrog : abstractions jar 2.8.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.