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

Download JAR files tagged by offers with all dependencies

Search JAR files by class name

cloudinary-http45 from group com.cloudinary (version 1.39.0)

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.

Group: com.cloudinary Artifact: cloudinary-http45
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudinary-http45
Group com.cloudinary
Version 1.39.0
Last update 14. July 2024
Organization not specified
URL http://github.com/cloudinary/cloudinary_java
License MIT
Dependencies amount 4
Dependencies cloudinary-core, commons-lang3, httpclient, httpmime,
There are maybe transitive dependencies!

cloudinary-http44 from group com.cloudinary (version 1.39.0)

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.

Group: com.cloudinary Artifact: cloudinary-http44
Show all versions Show documentation Show source 
 

25 downloads
Artifact cloudinary-http44
Group com.cloudinary
Version 1.39.0
Last update 14. July 2024
Organization not specified
URL http://github.com/cloudinary/cloudinary_java
License MIT
Dependencies amount 4
Dependencies cloudinary-core, commons-lang3, httpclient, httpmime,
There are maybe transitive dependencies!

cloudinary-http43 from group com.cloudinary (version 1.39.0)

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.

Group: com.cloudinary Artifact: cloudinary-http43
Show all versions Show documentation Show source 
 

3 downloads
Artifact cloudinary-http43
Group com.cloudinary
Version 1.39.0
Last update 14. July 2024
Organization not specified
URL http://github.com/cloudinary/cloudinary_java
License MIT
Dependencies amount 4
Dependencies cloudinary-core, commons-lang3, httpclient, httpmime,
There are maybe transitive dependencies!

cloudinary-http42 from group com.cloudinary (version 1.39.0)

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.

Group: com.cloudinary Artifact: cloudinary-http42
Show all versions Show documentation Show source 
 

10 downloads
Artifact cloudinary-http42
Group com.cloudinary
Version 1.39.0
Last update 14. July 2024
Organization not specified
URL http://github.com/cloudinary/cloudinary_java
License MIT
Dependencies amount 5
Dependencies cloudinary-core, commons-lang3, httpclient, httpcore, httpmime,
There are maybe transitive dependencies!

cloudinary-core from group com.cloudinary (version 1.39.0)

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.

Group: com.cloudinary Artifact: cloudinary-core
Show all versions Show documentation Show source 
 

49 downloads
Artifact cloudinary-core
Group com.cloudinary
Version 1.39.0
Last update 14. July 2024
Organization not specified
URL http://github.com/cloudinary/cloudinary_java
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

Config from group com.vectorprint (version 12.2)

This project is about configuration of applications and about parameterization of Objects. This library offers annotations (and annotation processors), parsers, typing, observing changes, serialization, cloning and more when working with settings and/or object parameters. Settings and its features can be declared using an xml format. The library offers syntax support for settings and parameters in a loosely coupled manner. You are not restricted to built in syntax, you can provide your own. At runtime this library tracks keys for which a default is used because they are not found in settings. Also it tracks unused keys. You can stack features for settings such as caching, preparing keys and values, readonlyness, threadsafety, helpsupport, reading / parsing from input. You can easily develop your own features for settings.

Group: com.vectorprint Artifact: Config
Show all versions Show documentation Show source 
 

0 downloads
Artifact Config
Group com.vectorprint
Version 12.2
Last update 12. July 2024
Organization E. Drenth Software
URL https://github.com/eduarddrenth/Configuration/wiki
License Apache License, Version 2.0
Dependencies amount 4
Dependencies VectorPrintCommon, slf4j-api, jaxb-impl, commons-io,
There are maybe transitive dependencies!

cloudinary-account-provisioning from group com.cloudinary.account.provisioning (version 0.0.3)

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your websites graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.

Group: com.cloudinary.account.provisioning Artifact: cloudinary-account-provisioning
Show documentation Show source 
 

0 downloads
Artifact cloudinary-account-provisioning
Group com.cloudinary.account.provisioning
Version 0.0.3
Last update 26. March 2024
Organization not specified
URL https://github.com/cloudinary/account-provisioning-java
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

repeat-check from group io.github.ciriti (version 0.0.1)

The RepeatCheckUntilVerified Utility offers a robust asynchronous mechanism for performing repeated condition checks with configurable retries, initial delays, and optional backup actions. Designed for Kotlin-based applications, it simplifies the implementation of retry logic for operations that require validation through repeated attempts, such as network requests, file I/O operations, or any condition-dependent tasks. With features like adjustable timing, maximum attempt control, and failure management through backup actions, it ensures resilience and flexibility in handling operations that may not succeed on the first try. Ideal for applications requiring high reliability and precise control over task verification processes.

Group: io.github.ciriti Artifact: repeat-check
Show documentation Show source 
 

0 downloads
Artifact repeat-check
Group io.github.ciriti
Version 0.0.1
Last update 22. March 2024
Organization not specified
URL https://github.com/dryrum/RepeatCheckUntilVerified
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

defaultj from group io.defaultj (version 2.3.1)

DefaultJ is a powerful Java library that provides default values for any class, offering multiple strategies for obtaining those values. It can be used as a dependency injection utility, similar to Guice. With 14 built-in strategies, DefaultJ can obtain default values through various means such as explicit bindings, annotations, enum values, factory methods, and more. It also supports custom annotations and offers annotation processors for validation. Available on Maven Central, DefaultJ can be easily integrated into Gradle and Maven projects. Contributions and selective usage of the library are encouraged.

Group: io.defaultj Artifact: defaultj
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact defaultj
Group io.defaultj
Version 2.3.1
Last update 13. November 2023
Organization nawaman.net
URL https://github.com/NawaMan/DefaultJ
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

defailtj from group io.defaultj (version 2.2.0.4)

DefaultJ is a powerful Java library that provides default values for any class, offering multiple strategies for obtaining those values. It can be used as a dependency injection utility, similar to Guice. With 14 built-in strategies, DefaultJ can obtain default values through various means such as explicit bindings, annotations, enum values, factory methods, and more. It also supports custom annotations and offers annotation processors for validation. Available on Maven Central, DefaultJ can be easily integrated into Gradle and Maven projects. Contributions and selective usage of the library are encouraged.

Group: io.defaultj Artifact: defailtj
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact defailtj
Group io.defaultj
Version 2.2.0.4
Last update 11. July 2023
Organization not specified
URL https://github.com/NawaMan/DefaultJ
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 62 from 3 (items total 706)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy