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

Download JAR files tagged by output with all dependencies

Search JAR files by class name

jMatchParser-icu4j-chardet from group net.sf.jmatchparser (version 0.1)

A java-based parser for parsing/grabbing web sites and other text or XML documents, based on a nondeterministic parser language, creating XML output. Also contains a few utility classes for HTML, CSV and text parsing, and additional character sets. The jMatchParser-icu4j-chardet module contains the character sets.

Group: net.sf.jmatchparser Artifact: jMatchParser-icu4j-chardet
Show documentation Show source 
 

0 downloads
Artifact jMatchParser-icu4j-chardet
Group net.sf.jmatchparser
Version 0.1
Last update 30. September 2011
Organization not specified
URL Not specified
License 3-clause BSD license
Dependencies amount 1
Dependencies icu4j,
There are maybe transitive dependencies!

jMatchParser-charset from group net.sf.jmatchparser (version 0.1)

A java-based parser for parsing/grabbing web sites and other text or XML documents, based on a nondeterministic parser language, creating XML output. Also contains a few utility classes for HTML, CSV and text parsing, and additional character sets. The jMatchParser-charset module contains the character sets.

Group: net.sf.jmatchparser Artifact: jMatchParser-charset
Show documentation Show source 
 

0 downloads
Artifact jMatchParser-charset
Group net.sf.jmatchparser
Version 0.1
Last update 30. September 2011
Organization not specified
URL Not specified
License 3-clause BSD license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jMatchParser-util from group net.sf.jmatchparser (version 0.1)

A java-based parser for parsing/grabbing web sites and other text or XML documents, based on a nondeterministic parser language, creating XML output. Also contains a few utility classes for HTML, CSV and text parsing, and additional character sets. The jMatchParser-util module contains the utility classes for parsing.

Group: net.sf.jmatchparser Artifact: jMatchParser-util
Show documentation Show source 
 

0 downloads
Artifact jMatchParser-util
Group net.sf.jmatchparser
Version 0.1
Last update 30. September 2011
Organization not specified
URL Not specified
License 3-clause BSD license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jMatchParser from group net.sf.jmatchparser (version 0.1)

A java-based parser for parsing/grabbing web sites and other text or XML documents, based on a nondeterministic parser language, creating XML output. Also contains a few utility classes for HTML, CSV and text parsing, and additional character sets.

Group: net.sf.jmatchparser Artifact: jMatchParser
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jMatchParser
Group net.sf.jmatchparser
Version 0.1
Last update 30. September 2011
Organization not specified
URL http://jmatchparser.sourceforge.net/
License 3-clause BSD license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

chex4j from group net.sf.chex4j (version 1.0.2)

Chex4j allows you to document and enforce @pre and @post conditions of method calls with runtime class file instrumentation. Conditions run as fast as normal code. Chex4j runs as a class load time javaagent. Optionally the instrumented classes may be output to disk for deployment.

Group: net.sf.chex4j Artifact: chex4j
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact chex4j
Group net.sf.chex4j
Version 1.0.2
Last update 03. April 2011
Organization not specified
URL http://chex4j.sourceforge.net/
License Eclipse Public License - v 1.0
Dependencies amount 1
Dependencies javassist,
There are maybe transitive dependencies!

md4j from group gr.abiss.md4j (version 0.2)

MD4J is a passive, model driven, extensible J2EE webapp generator. Currently Hibernate 3 mappings are supported as input, with EJB 2.1, Struts 1.x and JSP 2.0 as output for CRUD and Search operations with patterns like MVC, DAO and SessionFacade. Ant task included.

Group: gr.abiss.md4j Artifact: md4j

 

0 downloads
Artifact md4j
Group gr.abiss.md4j
Version 0.2
Last update 21. November 2007
Organization not specified
URL http://dev.abiss.gr/md4j/
License The GNU General Public License, Version 2
Dependencies amount 3
Dependencies log4j, commons-configuration, hibernate,
There are maybe transitive dependencies!

version-lifecycle-maven-plugin from group com.anton-johansson (version 1.0.0)

This Maven plugin aims to provide a better experience regarding version management in Maven. It does this by introducing a new lifecycle. This allows to bump major, minor or patch version numbers with a simple command while still being able to run other plugins during the creation of the version. Output generated from these plugins can easily be added and included in the release tag.

Group: com.anton-johansson Artifact: version-lifecycle-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact version-lifecycle-maven-plugin
Group com.anton-johansson
Version 1.0.0
Last update 07. March 2024
Organization not specified
URL https://github.com/anton-johansson/version-lifecycle-maven-plugin
License Apache License, Version 2.0
Dependencies amount 7
Dependencies java-semver, org.eclipse.jgit, commons-io, maven-plugin-api, maven-core, plexus-utils, plexus-interactivity-api,
There are maybe transitive dependencies!

staxmate from group com.fasterxml.staxmate (version 2.4.1)

StaxMate is a light-weight framework that adds convenience to streaming XML-processing without significant additional overhead. It builds on top of a Stax (JSR-173) compliant XML processors such as Woodstox or Sjsxp (default Stax implementation of JDK 1.6) and offers two basic abstractions: Cursors, which build on XMLStreamReaders and Output objects, which build on XMLStreamWriters.

Group: com.fasterxml.staxmate Artifact: staxmate
Show all versions Show documentation Show source 
 

3 downloads
Artifact staxmate
Group com.fasterxml.staxmate
Version 2.4.1
Last update 10. October 2023
Organization FasterXML
URL http://staxmate.codehaus.org
License BSD
Dependencies amount 1
Dependencies stax2-api,
There are maybe transitive dependencies!

logman-core from group com.raelity.logman (version 2.3.1)

Easy to install library for adding dynamic display, control and configuration of java.util.logging to any swing based application. Useful for debugging apps in production situations; interactively configure logging while an application is running including adding a handler to save logging output to a file. Changes made to the logging configuration can be saved and automatically applied at startup.

Group: com.raelity.logman Artifact: logman-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact logman-core
Group com.raelity.logman
Version 2.3.1
Last update 17. January 2023
Organization not specified
URL https://foss.heptapod.net/java/jlogman/logman-core
License GNU Lesser General Public License v3.0 or later
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

logman-demo from group com.raelity.logman (version 2.3.1)

logman parent project: Easy to install library for adding dynamic display, control and configuration of java.util.logging to any swing based application. Useful for debugging apps in production situations; interactively configure logging while an application is running including adding a handler to save logging output to a file. Changes made to the logging configuration can be saved and automatically applied at startup.

Group: com.raelity.logman Artifact: logman-demo
Show all versions Show documentation Show source 
 

0 downloads
Artifact logman-demo
Group com.raelity.logman
Version 2.3.1
Last update 17. January 2023
Organization not specified
URL https://foss.heptapod.net/java/jlogman/logman-demo
License GNU Lesser General Public License v3.0 or later
Dependencies amount 4
Dependencies logman-core, simplevalidation-standalone, org-netbeans-swing-outline, raelity-lib,
There are maybe transitive dependencies!



Page 75 from 88 (items total 877)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy