All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by number with all dependencies

Search JAR files by class name

bw-util-indexing from group org.bedework (version 5.0.1)

This project provides a number of index related utility classes and methods

Group: org.bedework Artifact: bw-util-indexing
Show all versions Show documentation Show source 
 

0 downloads
Artifact bw-util-indexing
Group org.bedework
Version 5.0.1
Last update 07. December 2023
Organization not specified
URL https://github.com/Bedework/bw-util-index/bw-util-indexing
License Apache License Version 2.0
Dependencies amount 2
Dependencies bw-util-config, bw-util-jmx,
There are maybe transitive dependencies!

bw-util-opensearch from group org.bedework (version 5.0.1)

This project provides a number of index related utility classes and methods

Group: org.bedework Artifact: bw-util-opensearch
Show all versions Show documentation Show source 
 

0 downloads
Artifact bw-util-opensearch
Group org.bedework
Version 5.0.1
Last update 07. December 2023
Organization not specified
URL https://github.com/Bedework/bw-util-index/bw-util-opensearch
License Apache License Version 2.0
Dependencies amount 10
Dependencies bw-util-indexing, bw-util-config, bw-util-jmx, bw-util-logging, bw-util-misc, bw-util-tz, snakeyaml, jackson-databind, opensearch, opensearch-rest-high-level-client,
There are maybe transitive dependencies!

bw-util-index from group org.bedework (version 5.0.1)

This project provides a number of index related utility classes and methods

Group: org.bedework Artifact: bw-util-index
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact bw-util-index
Group org.bedework
Version 5.0.1
Last update 07. December 2023
Organization not specified
URL https://github.com/Bedework/bw-util-index
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

math-base-special-ldexp from group org.mvnpm.at.stdlib (version 0.0.5)

Multiply a double-precision floating-point number by an integer power of two.

Group: org.mvnpm.at.stdlib Artifact: math-base-special-ldexp
Show documentation Show source 
 

0 downloads
Artifact math-base-special-ldexp
Group org.mvnpm.at.stdlib
Version 0.0.5
Last update 27. November 2023
Organization The Stdlib Authors
URL https://stdlib.io
License Apache-2.0
Dependencies amount 13
Dependencies constants-float64-exponent-bias, constants-float64-max-base2-exponent, constants-float64-max-base2-exponent-subnormal, constants-float64-min-base2-exponent-subnormal, constants-float64-ninf, constants-float64-pinf, math-base-assert-is-infinite, math-base-assert-is-nan, math-base-special-copysign, number-float64-base-exponent, number-float64-base-from-words, number-float64-base-normalize, number-float64-base-to-words,
There are maybe transitive dependencies!

math-base-assert-is-integer from group org.mvnpm.at.stdlib (version 0.0.7)

Test if a finite double-precision floating-point number is an integer.

Group: org.mvnpm.at.stdlib Artifact: math-base-assert-is-integer
Show documentation Show source 
 

0 downloads
Artifact math-base-assert-is-integer
Group org.mvnpm.at.stdlib
Version 0.0.7
Last update 27. November 2023
Organization The Stdlib Authors
URL https://stdlib.io
License Apache-2.0
Dependencies amount 1
Dependencies math-base-special-floor,
There are maybe transitive dependencies!

math-base-special-floor from group org.mvnpm.at.stdlib (version 0.0.8)

Round a double-precision floating-point number toward negative infinity.

Group: org.mvnpm.at.stdlib Artifact: math-base-special-floor
Show documentation Show source 
 

0 downloads
Artifact math-base-special-floor
Group org.mvnpm.at.stdlib
Version 0.0.8
Last update 27. November 2023
Organization The Stdlib Authors
URL https://stdlib.io
License Apache-2.0
Dependencies amount 2
Dependencies math-base-napi-unary, utils-library-manifest,
There are maybe transitive dependencies!

string-repeat from group org.mvnpm.at.stdlib (version 0.0.9)

Repeat a string a specified number of times and return the concatenated result.

Group: org.mvnpm.at.stdlib Artifact: string-repeat
Show documentation Show source 
 

0 downloads
Artifact string-repeat
Group org.mvnpm.at.stdlib
Version 0.0.9
Last update 27. November 2023
Organization The Stdlib Authors
URL https://stdlib.io
License Apache-2.0
Dependencies amount 11
Dependencies assert-is-nonnegative-integer, assert-is-regexp-string, assert-is-string, cli-ctor, constants-float64-max-safe-integer, fs-read-file, process-read-stdin, regexp-eol, streams-node-stdin, string-format, utils-regexp-from-string,
There are maybe transitive dependencies!

constants-float64-max-base2-exponent from group org.mvnpm.at.stdlib (version 0.0.8)

The maximum biased base 2 exponent for a double-precision floating-point number.

Group: org.mvnpm.at.stdlib Artifact: constants-float64-max-base2-exponent
Show documentation Show source 
 

0 downloads
Artifact constants-float64-max-base2-exponent
Group org.mvnpm.at.stdlib
Version 0.0.8
Last update 27. November 2023
Organization The Stdlib Authors
URL https://stdlib.io
License Apache-2.0
Dependencies amount 1
Dependencies utils-library-manifest,
There are maybe transitive dependencies!

constants-float64-max-base2-exponent-subnormal from group org.mvnpm.at.stdlib (version 0.0.8)

The maximum biased base 2 exponent for a subnormal double-precision floating-point number.

Group: org.mvnpm.at.stdlib Artifact: constants-float64-max-base2-exponent-subnormal
Show documentation Show source 
 

0 downloads
Artifact constants-float64-max-base2-exponent-subnormal
Group org.mvnpm.at.stdlib
Version 0.0.8
Last update 27. November 2023
Organization The Stdlib Authors
URL https://stdlib.io
License Apache-2.0
Dependencies amount 1
Dependencies utils-library-manifest,
There are maybe transitive dependencies!

math-base-special-copysign from group org.mvnpm.at.stdlib (version 0.0.7)

Return a double-precision floating-point number with the magnitude of x and the sign of y.

Group: org.mvnpm.at.stdlib Artifact: math-base-special-copysign
Show documentation Show source 
 

0 downloads
Artifact math-base-special-copysign
Group org.mvnpm.at.stdlib
Version 0.0.7
Last update 27. November 2023
Organization The Stdlib Authors
URL https://stdlib.io
License Apache-2.0
Dependencies amount 7
Dependencies constants-float64-high-word-abs-mask, constants-float64-high-word-sign-mask, math-base-napi-binary, number-float64-base-from-words, number-float64-base-get-high-word, number-float64-base-to-words, utils-library-manifest,
There are maybe transitive dependencies!



Page 58 from 156 (items total 1556)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy