Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdbinary-search-bounds |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
binary-search-bounds-1.0.0.pom | |
binary-search-bounds-1.0.0.jar | 6 KB |
binary-search-bounds-1.0.0-sources.jar | 22 bytes |
binary-search-bounds-1.0.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/binary-search-bounds/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>binary-search-bounds</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/binary-search-bounds/
implementation 'org.webjars.npm:binary-search-bounds:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/binary-search-bounds/
implementation ("org.webjars.npm:binary-search-bounds:1.0.0")
'org.webjars.npm:binary-search-bounds:jar:1.0.0'
<dependency org="org.webjars.npm" name="binary-search-bounds" rev="1.0.0">
<artifact name="binary-search-bounds" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='binary-search-bounds', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "binary-search-bounds" % "1.0.0"
[org.webjars.npm/binary-search-bounds "1.0.0"]