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

Download JAR files tagged by formed with all dependencies

Search JAR files by class name

oakpal-caliper.ui.content.subc1 from group net.adamcin.oakpal (version 2.3.0)

OakPAL Caliper - well-formed ui.content subpackage charlie-one. listed third, installed first.

Group: net.adamcin.oakpal Artifact: oakpal-caliper.ui.content.subc1
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact oakpal-caliper.ui.content.subc1
Group net.adamcin.oakpal
Version 2.3.0
Last update 16. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies oakpal-caliper.ui.apps,
There are maybe transitive dependencies!

oakpal-caliper.ui.content.suba2 from group net.adamcin.oakpal (version 2.3.0)

OakPAL Caliper - well-formed ui.content subpackage alpha-two. listed first, installed second.

Group: net.adamcin.oakpal Artifact: oakpal-caliper.ui.content.suba2
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact oakpal-caliper.ui.content.suba2
Group net.adamcin.oakpal
Version 2.3.0
Last update 16. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies oakpal-caliper.ui.apps, oakpal-caliper.ui.content.subc1,
There are maybe transitive dependencies!

htmlcleaner from group net.sourceforge.htmlcleaner (version 2.29)

HtmlCleaner is an HTML parser written in Java. It transforms dirty HTML to well-formed XML following the same rules that most web-browsers use.

Group: net.sourceforge.htmlcleaner Artifact: htmlcleaner
Show all versions Show documentation Show source 
 

26 downloads
Artifact htmlcleaner
Group net.sourceforge.htmlcleaner
Version 2.29
Last update 19. June 2023
Organization not specified
URL http://htmlcleaner.sourceforge.net/
License BSD License
Dependencies amount 1
Dependencies jdom2,
There are maybe transitive dependencies!

doxia-module-html from group com.randomnoun.maven.doxia (version 1.1.3)

Doxia module to parse (badly-formed) HTML files as part of maven site documentation

Group: com.randomnoun.maven.doxia Artifact: doxia-module-html
Show all versions Show documentation Show source 
 

0 downloads
Artifact doxia-module-html
Group com.randomnoun.maven.doxia
Version 1.1.3
Last update 21. December 2020
Organization randomnoun
URL http://code.randomnoun.com/doxia-module-html/index.html
License Simplified BSD License
Dependencies amount 3
Dependencies tagsoup, doxia-module-xhtml, plexus-utils,
There are maybe transitive dependencies!

utilsverifier from group com.github.karczews (version 1.0.0)

UtilsVerifier can be used in JUnit 4 unit tests to verify whether given util class is well formed one.

Group: com.github.karczews Artifact: utilsverifier
Show all versions Show documentation Show source 
 

0 downloads
Artifact utilsverifier
Group com.github.karczews
Version 1.0.0
Last update 21. December 2017
Organization not specified
URL https://github.com/karczews/UtilsVerifier
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

htmlcleaner from group com.github.penggle (version 2.21)

HtmlCleaner is an HTML parser written in Java. It transforms dirty HTML to well-formed XML following the same rules that most web-browsers use. This repo is designed to enhance xpath selector with 'contains' function for HtmlCleaner.

Group: com.github.penggle Artifact: htmlcleaner
Show documentation Show source 
 

0 downloads
Artifact htmlcleaner
Group com.github.penggle
Version 2.21
Last update 09. June 2017
Organization not specified
URL https://github.com/penggle/htmlcleaner
License BSD License
Dependencies amount 1
Dependencies jdom2,
There are maybe transitive dependencies!

shani-parser from group com.google.code.maven-play-plugin.org.allcolor.shanidom (version 1.4.17-patched-yahp-1.3)

ShaniXmlParser is an XML/HTML DOM/SAX parser. It can parse not well formed XML/HTML files. It can parse files with inverted tags and bad escaped &,<,> and ". It expands all XHTML entities by default. It is well suited to parse HTML files, and is fast with low memory usage. It is compliant with the jaxp/w3c DOM1/2/3 interfaces.

Group: com.google.code.maven-play-plugin.org.allcolor.shanidom Artifact: shani-parser
Show all versions Show documentation Show source 
 

10 downloads
Artifact shani-parser
Group com.google.code.maven-play-plugin.org.allcolor.shanidom
Version 1.4.17-patched-yahp-1.3
Last update 27. February 2013
Organization not specified
URL http://shanidom.sourceforge.net
License The GNU Lesser General Public License, Version 2.1
Dependencies amount 2
Dependencies shani-xml-apis, jaxen,
There are maybe transitive dependencies!

json-sanitizer from group com.mikesamuel (version 1.2.3)

Given JSON-like content, converts it to valid JSON. This can be attached at either end of a data-pipeline to help satisfy Postel's principle: be conservative in what you do, be liberal in what you accept from others Applied to JSON-like content from others, it will produce well-formed JSON that should satisfy any parser you use. Applied to your output before you send, it will coerce minor mistakes in encoding and make it easier to embed your JSON in HTML and XML.

Group: com.mikesamuel Artifact: json-sanitizer
Show all versions Show documentation Show source 
 

137 downloads
Artifact json-sanitizer
Group com.mikesamuel
Version 1.2.3
Last update 12. May 2021
Organization OWASP
URL https://github.com/OWASP/json-sanitizer
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jcobyla from group de.xypron.jcobyla (version 1.4)

COBYLA2 is an implementation of Powell's nonlinear derivative free constrained optimization that uses a linear approximation approach. The algorithm is a sequential trust region algorithm that employs linear approximations to the objective and constraint functions, where the approximations are formed by linear interpolation at n + 1 points in the space of the variables and tries to maintain a regular shaped simplex over iterations. It solves nonsmooth NLP with a moderate number of variables (about 100). Inequality constraints only. The initial point X is taken as one vertex of the initial simplex with zero being another, so, X should not be entered as the zero vector.

Group: de.xypron.jcobyla Artifact: jcobyla
Show all versions Show documentation Show source 
 

3 downloads
Artifact jcobyla
Group de.xypron.jcobyla
Version 1.4
Last update 31. May 2022
Organization not specified
URL https://github.com/xypron/jcobyla
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tagsoup from group com.github.fansu.tagsoup (version 1.0.5)

TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML.

Group: com.github.fansu.tagsoup Artifact: tagsoup
Show all versions Show documentation Show source 
 

1 downloads
Artifact tagsoup
Group com.github.fansu.tagsoup
Version 1.0.5
Last update 07. November 2018
Organization not specified
URL http://home.ccil.org/~cowan/XML/tagsoup/
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 2 from 3 (items total 21)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy