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

Download JAR files tagged by just with all dependencies

Search JAR files by class name

generator from group org.jaxsb (version 3.0.0)

The JAX-SB Generator is a comprehensive framework to facilitate the use of XML in software languages such as Java. This framework intends to provide tools that will allow a developer to easily integrate XML interoperability, bind XML Schemas, and analyze XML Schemas for use with any software. Currently there is only one language and one application that is supported: XML Binding in Java. Next on the agenda is the development of analysis tools for XML Schema Documents. For instance, imagine a tool that will allow you to determine whether an XSD complies to best-practices. This tool will: 1) produce warnings for structures that do not comply to best-practices, 2) tell the developer whether the logical structure can be transformed linearly to a form that complies to best-practices, and 3) to automatically produce an XSD that maintains the logical structure of the original document but now fully complies to best-practices. This is just one of many tools that will be available shortly. In the meantime, check out the binding application.

Group: org.jaxsb Artifact: generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact generator
Group org.jaxsb
Version 3.0.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies google-java-format, guava, io, jci, runtime,
There are maybe transitive dependencies!

cleanup from group com.itextpdf (version 4.0.2)

Redact PDF documents. If you have to share PDFs with different departments or send them out of house, but they include some confidential, sensitive information which should not be shared, pdfSweep is your solution. Redact a PDF containing sensitive, confidential information, such as personal medical information, account numbers, national identification numbers, personal details or social security numbers in a reliable and secure way. Data redaction with pdfSweep removes such data including any underlying information, making it impossible for such information to be recovered. With pdfSweep you can also redact drawings or parts of drawings you do not want your competition to see. PDF Data redaction with pdfSweep gives you the piece of mind that your companies confidential information remains just that, confidential.

Group: com.itextpdf Artifact: cleanup
Show all versions Show documentation Show source 
 

22 downloads
Artifact cleanup
Group com.itextpdf
Version 4.0.2
Last update 02. February 2024
Organization not specified
URL https://itextpdf.com/products/itext-7/pdfsweep
License not specified
Dependencies amount 4
Dependencies io, kernel, layout, commons-imaging,
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!

ShakeBug from group com.softnoesis.shakebug (version 1.2.32)

Shakebug allows you to receive feedback from your beta testers or real users and improve the quality of your application in a simple way. Here users just need to shake their mobile and all the data regarding bugs & crashes can be seen by developers through their log in panel. It also helpful to analyse your users, session, location etc. Addition, you can add events on each action of your application and track it using this Shakebug framework. Sign up for a service at https://www.shakebug.com

Group: com.softnoesis.shakebug Artifact: ShakeBug
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ShakeBug
Group com.softnoesis.shakebug
Version 1.2.32
Last update 10. January 2024
Organization not specified
URL https://github.com/softnoesis/Shakebug-Android
License MIT License
Dependencies amount 23
Dependencies kotlin-android-extensions-runtime, appcompat, material, constraintlayout, annotation, core-ktx, lifecycle-process, kotlin-stdlib-jdk7, multidex, volley, lottie, android-device-names, extensions, play-services-location, kotlinx-coroutines-core, kotlinx-coroutines-android, common-java8, UWMediaPicker-Android, commons-text, exoplayer, glide, localization, gson,
There are maybe transitive dependencies!

boost_foreach from group com.github.brunotl (version 1.81.0)

In C++, writing a loop that iterates over a sequence is tedious. We can either use iterators, which requires a considerable amount of boiler-plate, or we can use the std::for_each() algorithm and move our loop body into a predicate, which requires no less boiler-plate and forces us to move our logic far from where it will be used. In contrast, some other languages, like Perl, provide a dedicated "foreach" construct that automates this process. BOOST_FOREACH is just such a construct for C++. It iterates over sequences for us, freeing us from having to deal directly with iterators or write predicates.

Group: com.github.brunotl Artifact: boost_foreach
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact boost_foreach
Group com.github.brunotl
Version 1.81.0
Last update 07. January 2023
Organization not specified
URL https://www.boost.org/
License Distributed under the Boost Software License, Version 1.0.
Dependencies amount 7
Dependencies boost_config, boost_detail, boost_mpl, boost_range, boost_type_traits, boost_iterator, boost_utility,
There are maybe transitive dependencies!

MavenParent from group com.salesforce.maven (version 2.0.1)

This project provides the best of maven easily consumable a maven parent project, called MavenParent. With this project you get: Checkstyle and PMD checks that will work by default in eclipse with m2e-code-quality. OWASP vulnerability checks of your dependencies. Easy application of BSD-3 clause license to all your code with mycila-license plugin. The ability to easily enforce semantic version on a jar project with japicmp. Prevent duplicates on your classpath with basepom's duplicate-finder. All of the above can be configured or disabled easily with properties, just check their docs, except takari. A whole slew of pretty maven reports including the above are generated in the maven site. The ability to easily deploy to oss nexus, and publish maven generated sites back to github's sites pages.

Group: com.salesforce.maven Artifact: MavenParent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact MavenParent
Group com.salesforce.maven
Version 2.0.1
Last update 23. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sumatera from group io.github.febialfarabi (version 1.0.22)

@Sumatera Model converter from ORM class to regular pojo class, the ORM term is a modelling class that doesn't like regular pojo, such like @Entity from JPA/Hibernate and so on. It can be used for mapping regular object, post data in request body where you cannot put ORM class directly in a parameter, or you cannot convert to json directly, or any other problem regarding it. You don't need anymore to create duplicate Dto / Pojo class which represent ORM class, just write your ORM class and annotate it with @Sumatera, then the regular pojo class would be generated for you.

Group: io.github.febialfarabi Artifact: sumatera
Show all versions Show documentation Show source 
 

0 downloads
Artifact sumatera
Group io.github.febialfarabi
Version 1.0.22
Last update 17. February 2021
Organization not specified
URL https://github.com/febiAlfarabi/pojoing
License The Alfarabi License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

convertapi from group io.github.kmozsi (version 24.0)

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: io.github.kmozsi Artifact: convertapi
Show all versions Show documentation Show source 
 

0 downloads
Artifact convertapi
Group io.github.kmozsi
Version 24.0
Last update 24. July 2019
Organization not specified
URL https://www.convertapi.com/
License The MIT License
Dependencies amount 2
Dependencies gson, okhttp,
There are maybe transitive dependencies!

blobbase from group org.blobbase (version 1.0.0)

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: org.blobbase Artifact: blobbase
Show documentation Show source 
 

0 downloads
Artifact blobbase
Group org.blobbase
Version 1.0.0
Last update 10. May 2019
Organization not specified
URL http://www.blobbase.org/
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

access-modifier-suppressions from group org.kohsuke (version 1.16)

This module allows you to enable suppressions for turning off warnings about Restricted APIs. !!!WARNING!!! Classes are marked as @Restricted for a reason and this module should not be used lightly! It implies that the author does not intend for them to be used outside their defined scope and as such they may be changed/modified/removed at any stage without warning. A simple upgrade of the dependency may break your module. Use at your own risk. You should try to not use @Restricted classes in the first place, but if you _must_ use them, this is a less-brutal approach than just disabling the access-modifier-checker entirely

Group: org.kohsuke Artifact: access-modifier-suppressions
Show documentation Show source 
 

0 downloads
Artifact access-modifier-suppressions
Group org.kohsuke
Version 1.16
Last update 05. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies access-modifier-annotation,
There are maybe transitive dependencies!



Page 81 from 87 (items total 868)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy