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

Download JAR files tagged by communicating with all dependencies

Search JAR files by class name

aws-java-sdk-cognitoidentityprovider from group com.gluonhq (version 2.6.19-b2)

The AWS Java Mobile SDK for Amazon Cognito Identity Provider module holds the client classes that are used for communicating with Amazon Cognito Identity Provider Service

Group: com.gluonhq Artifact: aws-java-sdk-cognitoidentityprovider
Show documentation Show source 
 

0 downloads
Artifact aws-java-sdk-cognitoidentityprovider
Group com.gluonhq
Version 2.6.19-b2
Last update 26. July 2018
Organization not specified
URL https://github.com/gluonhq/aws-sdk-java-mobile
License Amazon Software License
Dependencies amount 4
Dependencies aws-java-sdk-core, aws-android-sdk-cognitoidentityprovider-asf, charm-down-plugin-settings, charm-down-plugin-device,
There are maybe transitive dependencies!

aws-java-sdk-s3 from group com.gluonhq (version 2.6.19)

The AWS Java Mobile SDK for Amazon S3 module holds the client classes that are used for communicating with Amazon Simple Storage Service

Group: com.gluonhq Artifact: aws-java-sdk-s3
Show all versions Show documentation Show source 
 

64 downloads
Artifact aws-java-sdk-s3
Group com.gluonhq
Version 2.6.19
Last update 16. May 2018
Organization not specified
URL https://github.com/gluonhq/aws-sdk-java-mobile
License not specified
Dependencies amount 3
Dependencies aws-java-sdk-core, aws-java-sdk-kms, charm-cloudlink-client,
There are maybe transitive dependencies!

sma.speedwire from group io.github.joblo2213 (version 1.0.2)

SMA-Speedwire is an api for communicating with SMA products over Ethernet using the speedwire interface. It allows listening for exchanged data between your devices and logging meter readings.

Group: io.github.joblo2213 Artifact: sma.speedwire
Show all versions Show documentation Show source 
 

0 downloads
Artifact sma.speedwire
Group io.github.joblo2213
Version 1.0.2
Last update 01. April 2021
Organization not specified
URL https://github.com/joblo2213/SMA-Speedwire
License MIT License
Dependencies amount 1
Dependencies indriya,
There are maybe transitive dependencies!

phonegap-build-api from group com.github.chrisprice (version 0.0.10)

This project aims to provide a stand-alone Java API for communicating with the PhoneGap Build REST API and a Maven Plugin which makes use of the API to turn WAR projects into binaries for mobile platforms.

Group: com.github.chrisprice Artifact: phonegap-build-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact phonegap-build-api
Group com.github.chrisprice
Version 0.0.10
Last update 15. May 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies jersey-client, jersey-json, jersey-apache-client, jersey-multipart, guava,
There are maybe transitive dependencies!

phonegap-build from group com.github.chrisprice (version 0.0.10)

Group: com.github.chrisprice Artifact: phonegap-build
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact phonegap-build
Group com.github.chrisprice
Version 0.0.10


azure-communication-common from group com.azure (version 2.0.0-beta.1)

This package contains data structures commonly used for communicating with Microsoft Azure Communication Services. For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/communication/azure-communication-common/README.md and https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/communication/azure-communication-common/CHANGELOG.md.

Group: com.azure Artifact: azure-communication-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact azure-communication-common
Group com.azure
Version 2.0.0-beta.1
Last update 27. March 2023
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 2
Dependencies azure-core, azure-core-http-netty,
There are maybe transitive dependencies!

interaction from group uk.ac.gate.libraries (version 4.1)

A library that implements a number of different ways for running a program in a different process and communicating with that process by sending data back and forth over standard input/output in various formats (JSON, ObjectStream ...).

Group: uk.ac.gate.libraries Artifact: interaction
Show documentation Show source 
 

0 downloads
Artifact interaction
Group uk.ac.gate.libraries
Version 4.1
Last update 19. October 2020
Organization not specified
URL https://github.com/GateNLP/gatelib-interaction
License Apache License, Version 2
Dependencies amount 4
Dependencies spring-core, jackson-databind, commons-io, unirest-java,
There are maybe transitive dependencies!

interaction from group uk.ac.gate (version 4.0)

A library that implements a number of different ways for running a program in a different process and communicating with that process by sending data back and forth over standard input/output in various formats (JSON, ObjectStream ... ).

Group: uk.ac.gate Artifact: interaction
Show documentation Show source 
 

0 downloads
Artifact interaction
Group uk.ac.gate
Version 4.0
Last update 09. June 2019
Organization not specified
URL https://github.com/GateNLP/gatelib-interaction
License Apache License, Version 2
Dependencies amount 3
Dependencies jackson-databind, commons-io, log4j,
There are maybe transitive dependencies!

unboundid-ldapsdk from group com.unboundid (version 7.0.1)

The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use Java API for communicating with LDAP directory servers and performing related tasks like reading and writing LDIF, encoding and decoding data using base64 and ASN.1 BER, and performing secure communication. This package contains the Standard Edition of the LDAP SDK, which is a complete, general-purpose library for communicating with LDAPv3 directory servers.

Group: com.unboundid Artifact: unboundid-ldapsdk
Show all versions Show documentation Show source 
 

78 downloads
Artifact unboundid-ldapsdk
Group com.unboundid
Version 7.0.1
Last update 18. June 2024
Organization Ping Identity Corporation
URL https://github.com/pingidentity/ldapsdk
License Apache License, Version 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

SaltedKey from group com.rcastrucci.dev (version 1.2.0)

A simple repository to salt a secret key and verify its authenticity. Developed to be used in mobile applications while communicating with a server side using an Api. Instead of sending an apikey straight on the request, SaltedKey can generate a temporary public key, valid for one time use and during a specific time frame, default time is set to 60 seconds. This public key can be sent on request and on server side SaltedKey can verify its authenticity. The Salt is based on time millis and uses the algorithm SHA-256 to create the temporary public key. The public key base will change every time it exceeds the time frame. This library can increase the API security. Even if the public key used on request is exposed, no one will be able to use it again! As it is a one time use only.

Group: com.rcastrucci.dev Artifact: SaltedKey
Show all versions Show documentation Show source 
 

0 downloads
Artifact SaltedKey
Group com.rcastrucci.dev
Version 1.2.0
Last update 02. April 2023
Organization not specified
URL https://github.com/rcastrucci/saltedkey
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 100 from 3 (items total 1007)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy