Download JAR files tagged by certificates with all dependencies
azure-keyvault-complete from group com.microsoft.azure (version 1.2.4)
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:${line.separator}
1. https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys${line.separator}
2. https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets${line.separator}
3. https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates${line.separator}
It is recommended that you move to the new package.
Group: com.microsoft.azure Artifact: azure-keyvault-complete
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact azure-keyvault-complete
Group com.microsoft.azure
Version 1.2.4
Last update 15. May 2020
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 5
Dependencies azure-keyvault, azure-keyvault-core, azure-keyvault-webkey, azure-keyvault-extensions, azure-keyvault-cryptography,
There are maybe transitive dependencies!
Group com.microsoft.azure
Version 1.2.4
Last update 15. May 2020
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 5
Dependencies azure-keyvault, azure-keyvault-core, azure-keyvault-webkey, azure-keyvault-extensions, azure-keyvault-cryptography,
There are maybe transitive dependencies!
IAMsystem from group fr.erias (version 2.2.0)
A fast dictionary-based approach for semantic annotation / entity linking.
IAMsystem is efficient at annotating documents with large dictionaries and approximate string matching algorithms.
Description of the system can be found in the following paper : "Cossin S, Jouhet V, Mougin F, Diallo G and Thiessard F. IAM at CLEF eHealth 2018: Concept Annotation and Coding in French Death Certificates. CEUR-WS. September 2018"
Artifact IAMsystem
Group fr.erias
Version 2.2.0
Last update 31. March 2023
Organization Computer research applied to health ERIAS - Bordeaux Population Health - Research Center U1219
URL https://github.com/scossin/IAMsystem
License MIT License
Dependencies amount 2
Dependencies liblevenshtein, org.apache.commons.codec,
There are maybe transitive dependencies!
Group fr.erias
Version 2.2.0
Last update 31. March 2023
Organization Computer research applied to health ERIAS - Bordeaux Population Health - Research Center U1219
URL https://github.com/scossin/IAMsystem
License MIT License
Dependencies amount 2
Dependencies liblevenshtein, org.apache.commons.codec,
There are maybe transitive dependencies!
rouplex-platform-jaxrs-client from group org.rouplex (version 1.0.4)
Group: org.rouplex Artifact: rouplex-platform-jaxrs-client
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact rouplex-platform-jaxrs-client
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies javax.annotation-api, javax.ws.rs-api, rouplex-commons,
There are maybe transitive dependencies!
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies javax.annotation-api, javax.ws.rs-api, rouplex-commons,
There are maybe transitive dependencies!
rouplex-platform-jersey from group org.rouplex (version 1.0.4)
Group: org.rouplex Artifact: rouplex-platform-jersey
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact rouplex-platform-jersey
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies rouplex-commons, rouplex-platform, rouplex-platform-jaxrs, javax.servlet-api, jersey-server, jackson-jaxrs-json-provider, swagger-jersey2-jaxrs, swagger-ui,
There are maybe transitive dependencies!
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies rouplex-commons, rouplex-platform, rouplex-platform-jaxrs, javax.servlet-api, jersey-server, jackson-jaxrs-json-provider, swagger-jersey2-jaxrs, swagger-ui,
There are maybe transitive dependencies!
rouplex-platform-jaxrs from group org.rouplex (version 1.0.4)
0 downloads
Artifact rouplex-platform-jaxrs
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies javax.annotation-api, javax.ws.rs-api,
There are maybe transitive dependencies!
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies javax.annotation-api, javax.ws.rs-api,
There are maybe transitive dependencies!
rouplex-platform-tcp from group org.rouplex (version 1.0.4)
0 downloads
Artifact rouplex-platform-tcp
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies rouplex-niossl, rouplex-commons, rouplex-platform,
There are maybe transitive dependencies!
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies rouplex-niossl, rouplex-commons, rouplex-platform,
There are maybe transitive dependencies!
rouplex-platform from group org.rouplex (version 1.0.4)
0 downloads
Artifact rouplex-platform
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies rouplex-commons,
There are maybe transitive dependencies!
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies rouplex-commons,
There are maybe transitive dependencies!
rouplex-platform-parent from group org.rouplex (version 1.0.4)
A platform for discovery and communication between various parts of a distributed service or application.
At its minimum, the platform is a library which can be used to serialize and deserialize application constructs
into payloads which it can then send to and receive from remote endpoints. For now it supports TCP and HTTP
communication protocols with WebSockets coming soon. It supports raw byte streams via TCP, as well as
application/json via JAX-RS as serialization protocols. It offers plain or SSL/TLS communication for security
of your data in transit. For now it is only available in Java, with bindings for other languages coming soon.
The communication pattern is request-reply, with fail fast semantics, and with service consumers (clients)
knowing beforehand the coordinates of the service providers (servers). The TCP communication protocol offers
blocking/unblocking/asynchronous flavors whereas the rest are only blocking for now.
Coming soon, the platform will provide a Discovery Service to facilitate the registration of the service
providers (servers) and service consumers (clients). In this case, the callers don't need to resolve or even
balance their calls towards various endpoints, since the Platform handles this tasks. In this case, the pub/sub
communication pattern will also be available (coming soon) with at-most-once delivery guarantees.
We intend to provide a Security Service for managing the keys/and certificates of various services as well as
Metrics and Logging services (coming soon).
Group: org.rouplex Artifact: rouplex-platform-parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact rouplex-platform-parent
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL https://github.com/rouplex/rouplex-platform
License FreeBSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL https://github.com/rouplex/rouplex-platform
License FreeBSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
rouplex-commons from group org.rouplex (version 1.0.4)
0 downloads
Artifact rouplex-commons
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
rouplex-platform-tcp-instrumentor from group org.rouplex (version 1.0.4)
Group: org.rouplex Artifact: rouplex-platform-tcp-instrumentor
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact rouplex-platform-tcp-instrumentor
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies rouplex-platform-tcp, aspectjrt, metrics-core,
There are maybe transitive dependencies!
Group org.rouplex
Version 1.0.4
Last update 20. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies rouplex-platform-tcp, aspectjrt, metrics-core,
There are maybe transitive dependencies!
Page 13 from 15 (items total 142)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy