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

Download JAR files tagged by without with all dependencies

Search JAR files by class name

cloudinary-http42 from group com.cloudinary (version 1.38.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.38.0
Last update 18. February 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.38.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.38.0
Last update 18. February 2024
Organization not specified
URL http://github.com/cloudinary/cloudinary_java
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

convertapi from group com.convertapi.client (version 2.10)

The ConvertAPI helps converting various file formats. Creating PDF and Images from various sources like Word, Excel, Powerpoint, images, web pages or raw HTML codes. Merge, Encrypt, Split, Repair and Decrypt PDF files. And many others files manipulations. In just few minutes you can integrate it into your application and use it easily. The ConvertAPI client library makes it easier to use the Convert API from your Java 8 projects without having to build your own API calls.

Group: com.convertapi.client Artifact: convertapi
Show all versions Show documentation Show source 
 

0 downloads
Artifact convertapi
Group com.convertapi.client
Version 2.10
Last update 02. February 2024
Organization not specified
URL https://www.convertapi.com/
License The MIT License
Dependencies amount 2
Dependencies gson, okhttp,
There are maybe transitive dependencies!

kotlin-url-gen from group com.cloudinary (version 1.8.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 Kotlin applications.

Group: com.cloudinary Artifact: kotlin-url-gen
Show all versions Show documentation Show source 
 

0 downloads
Artifact kotlin-url-gen
Group com.cloudinary
Version 1.8.0
Last update 15. January 2024
Organization not specified
URL http://github.com/cloudinary/cloudinary_kotlin
License MIT
Dependencies amount 1
Dependencies kotlin-transformation-builder-sdk,
There are maybe transitive dependencies!

kotlin-transformation-builder-sdk from group com.cloudinary (version 1.4.1)

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 Kotlin applications.

Group: com.cloudinary Artifact: kotlin-transformation-builder-sdk
Show all versions Show documentation Show source 
 

0 downloads
Artifact kotlin-transformation-builder-sdk
Group com.cloudinary
Version 1.4.1
Last update 12. November 2023
Organization not specified
URL http://github.com/cloudinary/cloudinary_kotlin
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kotlin-uploader from group com.cloudinary (version 1.7.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 Kotlin applications.

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

0 downloads
Artifact kotlin-uploader
Group com.cloudinary
Version 1.7.0
Last update 06. November 2023
Organization not specified
URL http://github.com/cloudinary/cloudinary_kotlin
License MIT
Dependencies amount 2
Dependencies kotlin-url-gen, kotlin-transformation-builder-sdk,
There are maybe transitive dependencies!

dryuf-concurrent from group net.dryuf (version 1.7.0)

Dryuf Concurrent is enhancement over original Java Concurrent Future design. Apart from providing ListenableFuture functionality, it provides flexibility how to handle cancel() operations, can delay the notifications. It allows various types of notification listeners, distinguishing among successful end, failure and end due to cancel request. Last but not least, it has very low memory footprint and excellent performance, even outperforming JDK Future without listener support.

Group: net.dryuf Artifact: dryuf-concurrent
Show all versions Show documentation Show source 
 

0 downloads
Artifact dryuf-concurrent
Group net.dryuf
Version 1.7.0
Last update 01. April 2023
Organization not specified
URL https://github.com/dryuf/dryuf-concurrent
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

rome from group com.rometools (version 2.1.0)

All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format.

Group: com.rometools Artifact: rome
Show all versions Show documentation Show source 
 

240 downloads
Artifact rome
Group com.rometools
Version 2.1.0
Last update 12. March 2023
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies rome-utils, jdom2, slf4j-api,
There are maybe transitive dependencies!

JavaEWAH from group com.googlecode.javaewah (version 1.2.3)

The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression. JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.

Group: com.googlecode.javaewah Artifact: JavaEWAH
Show all versions Show documentation Show source 
 

55 downloads
Artifact JavaEWAH
Group com.googlecode.javaewah
Version 1.2.3
Last update 08. March 2023
Organization not specified
URL https://github.com/lemire/javaewah
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

whfrp2-chargen from group com.anothercaffeinatedday.sob (version 1.0.0)

This project is the work of Douglas B. Pierce, Side of Beef Productions. First imagined in 2007, the effort has largely been dormant. The project remains a command line tool for generating thematic names and first career characters for Warhammer Fantasty Roleplay, Second Edition, released in 2005, by Green Ronin. All Warhammer and Warhammer related material is ®, ™ and/or © Games Workshop, Ltd. Black Industries is an imprint of BL Publishing. The name and material is used without express permission.

Group: com.anothercaffeinatedday.sob Artifact: whfrp2-chargen
Show documentation Show source 
 

0 downloads
Artifact whfrp2-chargen
Group com.anothercaffeinatedday.sob
Version 1.0.0
Last update 06. January 2023
Organization not specified
URL https://gitlab.com/another15y/sob-wfrp-chargen/
License MIT
Dependencies amount 2
Dependencies checkstyle, acd-checks,
There are maybe transitive dependencies!



Page 185 from 197 (items total 1963)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy