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

Download JAR files tagged by convenience with all dependencies

Search JAR files by class name

blade-ui from group com.backbase.oss (version 4.21.0)

Group: com.backbase.oss Artifact: blade-ui
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact blade-ui
Group com.backbase.oss
Version 4.21.0
Last update 09. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

blade from group com.backbase.oss (version 4.21.0)

The Backbase Local Application Development Environment (Blade) is a convenience plugin to run WAR files in an embedded Tomcat container. It's specifically tailored to run multiple web applications in a single Tomcat where the startup order is important. All dependencies of type WAR are automatically deployed inside Tomcat. The artifactId of each dependency is used as context path.

Group: com.backbase.oss Artifact: blade
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact blade
Group com.backbase.oss
Version 4.21.0
Last update 09. September 2021
Organization not specified
URL https://github.com/Backbase/blade
License Backbase License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

blade-webapp from group com.backbase.oss (version 4.21.0)

Group: com.backbase.oss Artifact: blade-webapp
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact blade-webapp
Group com.backbase.oss
Version 4.21.0
Last update 09. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies jackson-databind, blade-common, slf4j-api, slf4j-simple,
There are maybe transitive dependencies!

tests from group com.backbase.oss (version 4.21.0)

Group: com.backbase.oss Artifact: tests
Show all versions 
 

0 downloads
Artifact tests
Group com.backbase.oss
Version 4.21.0
Last update 09. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies blade-common, blade-maven-plugin, blade-webapp,
There are maybe transitive dependencies!

appoptics-aws-lambda from group com.appoptics.agent.java (version 1.0.1)

The AppOptics Java agent provides an instrumentation SDK for AWS Lambda as the appoptics-aws-lambda Maven artifact, which provides a convenience wrapper to trace functions, wrappers to trace the operation and propagate the trace context in Apache Http clients, and OpenTelemetry-compatible SDK to create custom spans for additional insight. In addition, appoptics-aws-lambda supports code profiling when the function is configured with enough memory/CPU.

Group: com.appoptics.agent.java Artifact: appoptics-aws-lambda
Show all versions Show documentation Show source 
 

0 downloads
Artifact appoptics-aws-lambda
Group com.appoptics.agent.java
Version 1.0.1
Last update 05. February 2021
Organization not specified
URL https://documentation.solarwinds.com/en/Success_Center/appoptics/default.htm#cshid=ao-java-aws-lambda
License AppOptics Java Agent License
Dependencies amount 1
Dependencies opentelemetry-api,
There are maybe transitive dependencies!

wrappers from group de.cit-ec.tcs.alignment (version 3.1.1)

This module contains some wrappers to make usage of the TCSAlignmentToolbox easier. Most important for beginners is the StringEditDistance, which provides convenience functions for simple string comparisons. For sequences of vectors we provide the VectorialSequences wrapper. The RandomSequenceGenerator enables you to generate random multi-modal sequences for testing purposes.

Group: de.cit-ec.tcs.alignment Artifact: wrappers
Show all versions Show documentation Show source 
 

0 downloads
Artifact wrappers
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 2
Dependencies algorithms, sequence-comparators,
There are maybe transitive dependencies!

staxmate from group org.codehaus.staxmate (version 2.0.1)

StaxMate is a light-weight framework that adds convenience to streaming XML-processing without significant additional overhead. It builds on top of a Stax (JSR-173) compliant XML processors such as Woodstox or Sjsxp (default Stax implementation of JDK 1.6) and offers two basic abstractions: Cursors, which build on XMLStreamReaders and Output objects, which build on XMLStreamWriters.

Group: org.codehaus.staxmate Artifact: staxmate
Show all versions Show source 
 

1 downloads
Artifact staxmate
Group org.codehaus.staxmate
Version 2.0.1
Last update 20. November 2010
Organization Codehaus
URL http://staxmate.codehaus.org
License BSD
Dependencies amount 2
Dependencies stax-api, stax2-api,
There are maybe transitive dependencies!

voyager from group com.spotify (version 2.0.6)

Voyager is a library for performing fast approximate nearest-neighbor searches on an in-memory collection of vectors. Voyager features bindings to both Python and Java, with feature parity and index compatibility between both languages. It uses the HNSW algorithm, based on the open-source hnswlib package, with numerous features added for convenience and speed. Voyager is used extensively in production at Spotify, and is queried hundreds of millions of times per day to power numerous user-facing features.

Group: com.spotify Artifact: voyager
Show all versions Show documentation Show source 
 

0 downloads
Artifact voyager
Group com.spotify
Version 2.0.6
Last update 22. March 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

javautil from group org.eurekaclinical (version 4.5)

JavaUtil is a utility library to speed the development of Java software. We developed it over multiple years during our internal development efforts, and it has reached a point of stability where we have decided to make it available to the outside world. The JavaUtil package aims to fill in the gaps of the Apache Commons and similar utility libraries out there. Features include convenience classes for string, collections, arrays, dates, iterators, colors, logging, unit testing, a little bit of basic statistics, database queries, caching and more.

Group: org.eurekaclinical Artifact: javautil
Show all versions Show documentation Show source 
 

0 downloads
Artifact javautil
Group org.eurekaclinical
Version 4.5
Last update 11. August 2020
Organization not specified
URL https://github.com/eurekaclinical/javautil.git
License not specified
Dependencies amount 1
Dependencies commons-dbcp2,
There are maybe transitive dependencies!

comparators from group de.cit-ec.tcs.alignment (version 3.1.1)

This module defines the interfaces for Comparators in the TCS Alignment Toolbox. A Comparator has the purpose of defining the dissimilarity between elements in the input sequences of an Alignment. More specific information on Comparators can be found in the 'Comparator' interface. You can find a lot of helpful standard implementations of Comparators in the comparators-lib module. In the TCS Alignment Toolbox we require the output values of Comparators to lie in the range [0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that additional normalization has to be applied. To that end this package also contains a Normalizer interface for functions that map real values from the range [0, infinity) to the range [0,1]. This package also provides a few convenience implementations of the Comparator interface to make the implementation of custom Comparators simpler, namely: SkipExtendedComparator, ParameterLessSkipExtendedComparator, ComparisonBasedSkipExtendedComparator, and ParameterLessComparisonBasedSkipExtendedComparator. Finally the TCS Alignment Toolbox also provides the means to learn parameters of Comparators. To enable that Comparators must implement the DerivableComparator interface to properly define the parameters that can be learned and the gradient of the dissimilarity with respect to these parameters. Gradients are stored using the Gradient interface as well as some convenience implementations of said interface, namely EmptyGradient, SingletonGradient, ArrayGradient and ListGradient.

Group: de.cit-ec.tcs.alignment Artifact: comparators
Show all versions Show documentation Show source 
 

0 downloads
Artifact comparators
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!



Page 32 from 33 (items total 321)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy