Download JAR files tagged by additional with all dependencies
cukes from group lv.ctco.cukes (version 1.0.10)
Group: lv.ctco.cukes Artifact: cukes
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
cukes-graphql from group lv.ctco.cukes (version 1.0.10)
0 downloads
Artifact cukes-graphql
Group lv.ctco.cukes
Version 1.0.10
Last update 20. December 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies cukes-http,
There are maybe transitive dependencies!
Group lv.ctco.cukes
Version 1.0.10
Last update 20. December 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies cukes-http,
There are maybe transitive dependencies!
adal4j from group com.microsoft.azure (version 1.6.7)
Azure active directory library for Java gives you the ability to add Windows Azure Active Directory
authentication to your web application with just a few lines of additional code. Using our ADAL SDKs you
can quickly and easily extend your existing application to all the employees that use Windows Azure
AD and Active Directory on-premises using Active Directory Federation Services, including Office365
customers.
749 downloads
Artifact adal4j
Group com.microsoft.azure
Version 1.6.7
Last update 30. April 2021
Organization not specified
URL https://github.com/AzureAD/azure-activedirectory-library-for-java
License MIT License
Dependencies amount 5
Dependencies oauth2-oidc-sdk, gson, slf4j-api, commons-codec, commons-lang3,
There are maybe transitive dependencies!
Group com.microsoft.azure
Version 1.6.7
Last update 30. April 2021
Organization not specified
URL https://github.com/AzureAD/azure-activedirectory-library-for-java
License MIT License
Dependencies amount 5
Dependencies oauth2-oidc-sdk, gson, slf4j-api, commons-codec, commons-lang3,
There are maybe transitive dependencies!
modello-usurped from group org.infrastructurebuilder.modello (version 1.11.0.2)
Usurped Modello plugin, generally depending on the existing plugin tree to work properly.
This particular one adds 2 generators that produce reflection-based reading so that
the lack of java getters doesn't break generation.
Sorry if the original contriubutors list isn't generated.
A given version of this code will be based on some version of modello with some additional 4th number like ".0" appended to the version.
Group: org.infrastructurebuilder.modello Artifact: modello-usurped
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact modello-usurped
Group org.infrastructurebuilder.modello
Version 1.11.0.2
Last update 09. February 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.infrastructurebuilder.modello
Version 1.11.0.2
Last update 09. February 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
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
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!
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!
cukes-rest-loadrunner from group lv.ctco.cukes (version 0.0.35)
Group: lv.ctco.cukes Artifact: cukes-rest-loadrunner
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact cukes-rest-loadrunner
Group lv.ctco.cukes
Version 0.0.35
Last update 01. July 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies cukes-rest,
There are maybe transitive dependencies!
Group lv.ctco.cukes
Version 0.0.35
Last update 01. July 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies cukes-rest,
There are maybe transitive dependencies!
schema from group org.jsonx (version 0.2.2)
The JSON Schema Definition Language is designed to describe JSON documents by using schema
components to constrain and document the meaning, usage and relationships of their constituent
parts: value types and their content. Schemas may also provide for the specification of
additional document information, such as normalization and defaulting of values. Schemas have
facilities for self-documentation. Thus, the JSON Schema Definition Language can be used to
define, describe and catalogue JSON vocabularies for JSON documents.
Artifact schema
Group org.jsonx
Version 0.2.2
Last update 12. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies runtime,
There are maybe transitive dependencies!
Group org.jsonx
Version 0.2.2
Last update 12. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies runtime,
There are maybe transitive dependencies!
envcheck from group au.net.zeus.jgdms.tools (version 3.1.0)
Tool used to perform validity checks on the run-time environment of a client
or service. The output of this tool is a report; command-line options
control the verbosity and severity level at which report entries are
generated. A simple plugin architecture is implemented; a set of plugins
implementing a variety of checks is bundled with the tool, and support is
provided to allow additional plugins to be supplied by the user.
0 downloads
Artifact envcheck
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jgdms-url-integrity, service-starter,
There are maybe transitive dependencies!
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jgdms-url-integrity, service-starter,
There are maybe transitive dependencies!
parallel from group de.cit-ec.tcs.alignment (version 3.1.1)
This module provides a very basic support for the parallel
computing of tasks (Engine class) and entries of a matrix (MatrixEngine).
This is basically just a wrapper around the java standard functionality
for parallel computing (mainly the Standard Thread Pool and the Future
interface). Additional functionality is provided by the ProgressReporter
interface, which can be used as a hook to provide information on the
current state of the parallel computing task to other modules or the user.
1 downloads
Artifact parallel
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!
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!
alignment from group de.cit-ec.tcs (version 3.1.1)
This Java Toolbox provides several algorithms to align two
input sequences, where your sequential data is allowed to be multimodal
and multidimensional. We also provide additional tools to inspect the
alignment results in more detail or even calculate derivatives of the
alignment w.r.t. metric parameters such that you can optimize the
alignment parameters according to some cost function. It is written
in Java 1.7. and is also compatible with Matlab (version 2013b or
higher).
Group: de.cit-ec.tcs Artifact: alignment
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact alignment
Group de.cit-ec.tcs
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 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.cit-ec.tcs
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 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 75 from 3 (items total 894)