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

Download JAR files tagged by them with all dependencies

Search JAR files by class name

pmd-cpp from group net.sourceforge.pmd (version 7.1.0)

Group: net.sourceforge.pmd Artifact: pmd-cpp
Show all versions Show documentation Show source 
 

4 downloads
Artifact pmd-cpp
Group net.sourceforge.pmd
Version 7.1.0


pmd-apex from group net.sourceforge.pmd (version 7.1.0)

Group: net.sourceforge.pmd Artifact: pmd-apex
Show all versions Show documentation Show source 
 

21 downloads
Artifact pmd-apex
Group net.sourceforge.pmd
Version 7.1.0


pmd-vm from group net.sourceforge.pmd (version 7.0.0-rc4)

Group: net.sourceforge.pmd Artifact: pmd-vm
Show all versions Show documentation Show source 
 

3 downloads
Artifact pmd-vm
Group net.sourceforge.pmd
Version 7.0.0-rc4
Last update 30. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-core, commons-lang3,
There are maybe transitive dependencies!

pmd-apex-jorje from group net.sourceforge.pmd (version 7.0.0-rc4)

Group: net.sourceforge.pmd Artifact: pmd-apex-jorje
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pmd-apex-jorje
Group net.sourceforge.pmd
Version 7.0.0-rc4
Last update 30. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 13
Dependencies cglib, jsr305, gson, error_prone_annotations, guava, j2objc-annotations, antlr-runtime, stringtemplate, commons-lang3, animal-sniffer-annotations, slf4j-api, aopalliance, javax.inject,
There are maybe transitive dependencies!

pmd-java8 from group net.sourceforge.pmd (version 6.55.0)

Group: net.sourceforge.pmd Artifact: pmd-java8
Show all versions 
 

18 downloads
Artifact pmd-java8
Group net.sourceforge.pmd
Version 6.55.0
Last update 25. February 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-java, pmd-core,
There are maybe transitive dependencies!

master-pom from group com.github.secdec.astam-correlator (version 1.3.8)

ThreadFix is a software vulnerability aggregation and management system that reduces the time it takes to fix software vulnerabilities. ThreadFix imports the results from dynamic, static and manual testing to provide a centralized view of software security defects across development teams and applications. The system allows companies to correlate testing results and streamline software remediation efforts by simplifying feeds to software issue trackers. By auto generating application firewall rules, this tool allows organizations to continue remediation work uninterrupted. ThreadFix empowers managers with vulnerability trending reports that show progress over time, giving them justification for their efforts. ThreadFix is developed and maintained by Denim Group, Ltd (http://www.denimgroup.com) For information about commercial support and other services, contact Denim Group about ThreadFix http://www.denimgroup.com/threadfix/ The ASTAM Correlator is a branch of the public Community Edition of the ThreadFix software. This branch is maintained by Secure Decisions (http://www.securedecisions.com), a Division of Applied Visions, Inc (http://www.avi.com).

Group: com.github.secdec.astam-correlator Artifact: master-pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact master-pom
Group com.github.secdec.astam-correlator
Version 1.3.8
Last update 15. March 2022
Organization Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.
URL http://www.github.com/secdec/astam-correlator
License Mozilla Public License v2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

romaji from group com.github.jikyo (version 0.0.4)

`Romaji` is a converter library to romanize Japanese hiragana/katakana string by standard and IME typing style. Even though [icu::Transliterator](http://userguide.icu-project.org/transforms/general) already has provided the same functions, and returns only one romanized string. However, there exists several different romanization systems, so one hiragana/katakana string has so many romanize string. For example, `"ちゃ"` can be romanized as `"cha"`, `"tya"`, `"chixya"`, `"tixya"`, `"chilya"`, or `"tilya"`. `Romaji` provides romanized strings as many as possible. If an input string contained non hiragana/katakana characters (includes kanji), `Romaji` return the characters as same as the input. For example, `Romaji` converts the input `"お茶の水"` to `"o茶no水"`. The mapping from hiragana/katakana to romaji is based on common IME's system to type Japanese on a computer. Therefor, `Romaji` does not directly implement the standard system like Hepburn, Nihon-shiki or Kunrei-shiki, but includes them.

Group: com.github.jikyo Artifact: romaji
Show all versions Show documentation Show source 
 

0 downloads
Artifact romaji
Group com.github.jikyo
Version 0.0.4
Last update 14. May 2019
Organization not specified
URL https://github.com/jikyo/romaji4j
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

data-distribution-api-vivo_1_08 from group edu.cornell.library.scholars (version 1.1.1)

--------------------------------------------------------------------------- Version for VIVO 1.8 This uses the source and test code from the Version for VIVO 1.10, edited to make it compatible with VIVO 1.8. It also borrows some code from VIVO 1.10 itself, changes the package name to avoid conflicts, and adds it here. * Vitro 1.8 uses Jena 2, not Jena 3, and Commons Lang 2, not 3, so modify the "import" statements in the Data Distribution code accordingly. * Vitro 1.8 does not have a "...webapp.utils.sparqlrunner" package, so borrow the source from Vitro 1.10, move it to a different package (just for compatibility with the 1.9 version), modify it to use Jena 2 and Commons Lang 2, and modify the Data Distribution API code to use this sparqlrunner package. * Vitro 1.9 has an earlier version of "...webapp.utils.configuration" package, so borrow the source from Vitro 1.10, move it to a different package so it won't conflict with the 1.9 version, modify it to use Jena 2 and Commons Lang 2, and modify the Data Distribution API code to use this configuration package. Make these modifications, compile, JAR it up, and deploy. --------------------------------------------------------------------------- Because VIVO 1.8 is not available as a Maven package, we have extracted the class files, JARed them up, and stored them in a file-based repository within this project. But that doesn't include any transitive dependencies, so any package that this code requires must be explicitly listed as a dependency. ---------------------------------------------------------------------------

Group: edu.cornell.library.scholars Artifact: data-distribution-api-vivo_1_08
Show all versions Show documentation Show source 
 

0 downloads
Artifact data-distribution-api-vivo_1_08
Group edu.cornell.library.scholars
Version 1.1.1
Last update 25. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies vivo_classes, jena-core, jena-arq, commons-logging, commons-io, commons-lang, jackson-core, jackson-databind, jackson-annotations,
There are maybe transitive dependencies!

groupdocs-signature from group com.groupdocs (version 18.4)

GroupDocs.Signature for Java allows developers to write applications with ability to significantly sign electronic docs and verify them. Signatures can be of different types. API supports multitude of file formats and includes Pdf, Microsoft Office documents, Open Office formats, PowerPoint presentations, Images etc. The quite captivating fact about the API is, its UI less and independent calls can be made. It also provides a useful features to verify signed documents with stored signatures. Signature Types: - Text Signature - Image Signature - Digital Signature - Barcode Signature - QR-Code Signature - Stamp Signature Verification Types: - Text Signature - Digital Signature - Barcode Signature - QR-Code Signature For more details on the library, please visit GroupDocs website at: http://groupdocs.com/products/signature/java Note: The library comes up with some limitations in the evaluation mode. In order to test full features of GroupDocs.Signature for Java library, please request a free 30-day temporary license.

Group: com.groupdocs Artifact: groupdocs-signature
Show all versions Show documentation Show source 
 

16 downloads
Artifact groupdocs-signature
Group com.groupdocs
Version 18.4
Last update 09. April 2018
Organization not specified
URL https://www.groupdocs.com/products/signature
License GroupDocs License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

groupdocs-watermark from group com.groupdocs (version 18.3)

GroupDocs.Watermark for Java is a powerful document watermarking API to add image and text watermarks. Furthermore, API works to search and remove the watermarks which were already added to the documents by other third-party softwares. The watermarks added by this API are hard to remove by any third-party tools. It is straight-forward and self-descriptive for integration into the custom applications. The most notable features are: - Add text and image watermarks into documents and images - Search for possible watermarks in documents and remove them - Support various document formats: Pdf; MS Office: Word, Excel, PowerPoint, Visio - Support various image formats: png, bmp, jpeg, jpeg2000, gif, tiff, webp (including multiframe gif and tiff) - Process documents and images attached to stored email messages (msg, oft, eml, emlx formats are supported) - Add watermarks to images inside documents of all supported formats - Two ways of watermark adding/removing are supported: using generalized approach and working with supported format specifics

Group: com.groupdocs Artifact: groupdocs-watermark
Show all versions Show documentation Show source 
 

5 downloads
Artifact groupdocs-watermark
Group com.groupdocs
Version 18.3
Last update 27. March 2018
Organization not specified
URL http://www.groupdocs.com/java/document-watermark-library
License GroupDocs License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 125 from 129 (items total 1282)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy