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

Download JAR files tagged by html with all dependencies

Search JAR files by class name

aem-cloud-validator from group biz.netcentric.filevault.validator (version 1.3.0)

FileVault validator which verifies that a package complies with the AEM as a Cloud Service deployment restrictions outlined at https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/debugging/debugging-aem-as-a-cloud-service/build-and-deployment.html.

Group: biz.netcentric.filevault.validator Artifact: aem-cloud-validator
Show all versions Show documentation Show source 
 

0 downloads
Artifact aem-cloud-validator
Group biz.netcentric.filevault.validator
Version 1.3.0
Last update 10. May 2023
Organization Netcentric - A Cognizant Digital Business
URL https://github.com/Netcentric/aem-cloud-validator
License Eclipse Public License, Version 1.0
Dependencies amount 3
Dependencies vault-validation, slf4j-api, annotations,
There are maybe transitive dependencies!

cssbox from group tokyo.northside (version 4.18)

CSSBox is an (X)HTML/CSS rendering engine written in pure Java. Its primary purpose is to provide a complete information about the rendered page suitable for further processing. However, it also allows displaying the rendered document.

Group: tokyo.northside Artifact: cssbox
Show documentation Show source 
 

0 downloads
Artifact cssbox
Group tokyo.northside
Version 4.18
Last update 04. April 2023
Organization not specified
URL https://codeberg.org/miurahr/cssbox4
License The GNU Lesser General Public License, Version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spreadsheet from group eu.mindfusion (version 1.1)

MindFusion.Spreadsheet is a Java Swing component that provides Swing based applications with the ability to create, open, manage, and export spreadsheet documents without requiring Microsoft Excel. The component supports many of the popular formats, including XLSX, ODS, HTML, CSV, PDF.

Group: eu.mindfusion Artifact: spreadsheet
Show all versions Show documentation 
 

0 downloads
Artifact spreadsheet
Group eu.mindfusion
Version 1.1
Last update 04. April 2023
Organization not specified
URL https://mindfusion.eu/java-spreadsheet.html
License Proprietary
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cssbox from group net.sf.cssbox (version 5.0.1)

CSSBox is an (X)HTML/CSS rendering engine written in pure Java. Its primary purpose is to provide a complete information about the rendered page suitable for further processing. However, it also allows displaying the rendered document.

Group: net.sf.cssbox Artifact: cssbox
Show all versions Show documentation Show source 
 

61 downloads
Artifact cssbox
Group net.sf.cssbox
Version 5.0.1
Last update 19. March 2023
Organization not specified
URL http://cssbox.sourceforge.net/
License GNU Lesser General Public License 3.0
Dependencies amount 3
Dependencies nekohtml, slf4j-api, jstyleparser,
There are maybe transitive dependencies!

aspose-slides from group com.luhuiguo (version 23.1)

Aspose.Slides for Java is a unique PowerPoint document processing API that enables Java applications to read, write and manipulate PowerPoint documents (PPT, PPTX, POS, PPS, POTX, PPSX) PDF, HTML and image file formats without using Microsoft PowerPoint

Group: com.luhuiguo Artifact: aspose-slides
Show all versions Show documentation Show source 
 

0 downloads
Artifact aspose-slides
Group com.luhuiguo
Version 23.1
Last update 30. January 2023
Organization Aspose Pty Ltd
URL https://products.aspose.com/slides/java/
License Aspose EULA
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

compress-lzf from group com.ning (version 1.1.2)

Compression codec for LZF encoding for particularly encoding/decoding, with reasonable compression. Compressor is basic Lempel-Ziv codec, without Huffman (deflate/gzip) or statistical post-encoding. See "http://oldhome.schmorp.de/marc/liblzf.html" for more on original LZF package.

Group: com.ning Artifact: compress-lzf
Show all versions Show documentation Show source 
 

43 downloads
Artifact compress-lzf
Group com.ning
Version 1.1.2
Last update 29. January 2023
Organization not specified
URL https://github.com/ning/compress
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gitlog-maven-plugin from group com.github.danielflower.mavenplugins (version 1.14.0)

Generates a changelog based on commits to a git repository in text and HTML format showing the changes that are included in each version. A possible use of this is to include these changelogs when packaging your maven project so that you have an accurate list of commits that the current package includes.

Group: com.github.danielflower.mavenplugins Artifact: gitlog-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact gitlog-maven-plugin
Group com.github.danielflower.mavenplugins
Version 1.14.0
Last update 23. October 2022
Organization not specified
URL https://github.com/danielflower/maven-gitlog-plugin
License MIT License
Dependencies amount 7
Dependencies maven-plugin-api, maven-plugin-annotations, org.eclipse.jgit, commons-lang3, maven-reporting-api, doxia-sink-api, xml-apis,
There are maybe transitive dependencies!

isis-persistence-jdo-spring from group org.apache.isis.persistence (version 2.0.0-M9)

JDO Spring integration. This is a fork of the Spring ORM JDO sources at github, for which support had been dropped back in 2016 [1]. Credits to the original authors. See also docs [2]. [1] https://github.com/spring-projects/spring-framework/issues/18702 [2] https://docs.spring.io/spring-framework/docs/3.0.0.RC2/reference/html/ch13s04.html

Group: org.apache.isis.persistence Artifact: isis-persistence-jdo-spring
Show all versions Show documentation Show source 
 

0 downloads
Artifact isis-persistence-jdo-spring
Group org.apache.isis.persistence
Version 2.0.0-M9
Last update 14. October 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies isis-commons, isis-applib, isis-core-config, isis-persistence-jdo-applib, isis-persistence-jdo-provider, spring-jdbc,
There are maybe transitive dependencies!

mdr from group se.alipsa (version 1.5.2)

Converts mdr files (markdown with support for R code) into markdown, html, or pdf. This Renjin extension (package) is similar to rmd files with the difference that there is no knitting. The R syntax snippets should return markdown code, i.e. no "magic" conversions. This gives you better control of the output.

Group: se.alipsa Artifact: mdr
Show all versions 
 

0 downloads
Artifact mdr
Group se.alipsa
Version 1.5.2
Last update 16. August 2022
Organization not specified
URL https://github.com/perNyfelt/mdr2html
License MIT License
Dependencies amount 1
Dependencies r2md,
There are maybe transitive dependencies!

velocity-whitespace-resource-filter from group org.owasp.maven-tools (version 2.0.0)

The velocity-whitespace-resource-filter is used in Maven builds to remove whitespace from Velocity Templates. Leading whitespace is removed from each line and a Velocity single line comment (##) is appended to the end of each line - making the output from the template more compact. This is useful when the templates generate output like XML, HTML, or JSON.

Group: org.owasp.maven-tools Artifact: velocity-whitespace-resource-filter
Show all versions Show documentation Show source 
 

0 downloads
Artifact velocity-whitespace-resource-filter
Group org.owasp.maven-tools
Version 2.0.0
Last update 28. July 2022
Organization OWASP
URL http://jeremylong.github.io/velocity-whitespace-resource-filter
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies javax.inject, plexus-build-api, maven-filtering, commons-io, plexus-component-annotations,
There are maybe transitive dependencies!



Page 180 from 3 (items total 2119)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy