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

Download JAR files tagged by java with all dependencies

Search JAR files by class name

evo-tests from group org.atteo (version 0.6)

Group: org.atteo Artifact: evo-tests
Show documentation Show source 
 

0 downloads
Artifact evo-tests
Group org.atteo
Version 0.6
Last update 09. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies evo-services, sisu-guice, guice-servlet, junit, mockito-core,
There are maybe transitive dependencies!

evo-jta from group org.atteo (version 0.6)

Group: org.atteo Artifact: evo-jta
Show documentation Show source 
 

0 downloads
Artifact evo-jta
Group org.atteo
Version 0.6
Last update 09. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies evo-services, jsr305, jta, jms-api,
There are maybe transitive dependencies!

evo-logback from group org.atteo (version 0.6)

Group: org.atteo Artifact: evo-logback
Show documentation Show source 
 

0 downloads
Artifact evo-logback
Group org.atteo
Version 0.6
Last update 09. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies evo-services, logback-classic,
There are maybe transitive dependencies!

evo-services from group org.atteo (version 0.6)

Group: org.atteo Artifact: evo-services
Show documentation Show source 
 

0 downloads
Artifact evo-services
Group org.atteo
Version 0.6
Last update 09. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies evo-config, sisu-guice, guice-servlet, logback-classic, slf4j-api, jul-to-slf4j, log4j-over-slf4j, javax.servlet-api, jsr305, validation-api, guava,
There are maybe transitive dependencies!

evo-framework from group org.atteo (version 0.6)

Java application development framework focusing on configurability and easy testing. Promotes proven and simple solutions and specifically avoids the use of complicated and deprecated ones. It offers modular service framework based on Google Guice, Maven-like configuration management, logging with SLF4J, support for common JavaEE technologies: JDBC, JPA, JMS, JTA, JMX, Java Servlet API, JAX-RS. Promotes fresh approach to JavaEE development with dependency injection, annotation processing, modular design and easy unit testing.

Group: org.atteo Artifact: evo-framework
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact evo-framework
Group org.atteo
Version 0.6
Last update 09. January 2012
Organization Atteo
URL http://atteo.org/static/evo-framework
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ferris-dyndns-jmce from group org.ferris (version 0.0.5)

Dyndns JMCE is an application deployed to a JMCE server whose purpose is to login to a Dyndns account because if that's not done on a regular basis the account gets deleted. MAVEN: mvn [-DskipTests] clean site package NOTES: After unzipping the binary on the JMCE server, make sure to copy the ferris-dyndns-jmce-private-0.0.1.jar to /bin so the app has the username/passwords it needs. 0.0.2: Changed project name from ferris-jmce-dyndns to ferris-dyndns-jmce Removed java.util.logging.Logger for Log4j Split into muli-module project 0.0.3: Update screen scrape based on changes to the dyndns website. 0.0.4: Update screen scrape (again) based on changes to the dyndns website. Changed parent to "ferris-standard-project" 0.0.5: - Update screen scrape (again) based on changes to the dyndns website. - Update pom.xml configuration to be in line with new parent pom. - Update project site

Group: org.ferris Artifact: ferris-dyndns-jmce
Show documentation Show source 
 

0 downloads
Artifact ferris-dyndns-jmce
Group org.ferris
Version 0.0.5
Last update 15. September 2011
Organization not specified
URL http://ferris.sourceforge.net/dyndns-jmce
License not specified
Dependencies amount 10
Dependencies activation, mail, ferris-util, jta, commons-collections, quartz, log4j, commons-io, ferris-dyndns-jmce-private, ferris-net,
There are maybe transitive dependencies!

jmdns from group javax.jmdns (version 3.4.1)

JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour. The project was originally started in December 2002 by Arthur van Hoff at Strangeberry. In November 2003 the project was moved to SourceForge, and the name was changed from JRendezvous to JmDNS for legal reasons. Many thanks to Stuart Cheshire for help and moral support.

Group: javax.jmdns Artifact: jmdns
Show all versions Show documentation Show source 
 

6 downloads
Artifact jmdns
Group javax.jmdns
Version 3.4.1
Last update 25. August 2011
Organization JmDNS
URL http://sourceforge.net/projects/jmdns/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tagsoup from group org.ccil.cowan.tagsoup (version 1.2.1)

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: org.ccil.cowan.tagsoup Artifact: tagsoup
Show all versions Show documentation Show source 
 

44 downloads
Artifact tagsoup
Group org.ccil.cowan.tagsoup
Version 1.2.1
Last update 22. August 2011
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!

xbis from group net.sourceforge.xbis (version 0.9.5)

XBIS is an encoding format for XML documents that is fully convertible to and from text, with information set equivalence between the original document text and regenerated document text. It's intended for use in transmitting XML documents between application components, and is therefore designed for processing speed. The current Java language implementation offers several times the performance of SAX2 parsers working from text documents across a wide range of document types and sizes, and across JVMs tested, while also providing a substantial reduction in document size for most types of XML documents.

Group: net.sourceforge.xbis Artifact: xbis
Show documentation Show source 
 

0 downloads
Artifact xbis
Group net.sourceforge.xbis
Version 0.9.5
Last update 22. July 2011
Organization Sosnoski Software Solutions, Inc.
URL http://xbis.sourceforge.net/
License BSD
Dependencies amount 2
Dependencies jdom, xercesImpl,
There are maybe transitive dependencies!

file-piper from group net.sf.filepiper (version 1.2)

This project is a GUI utility for processing files. It allows selecting a set of source files and a pipeline of processes to apply onto those files. The applications shows in a nice-looking user interface where you can define profiles for your repetitive tasks. It provides pre-defined processors doing usual file manipulation tasks like: Copy, Head, Tail, Chunk, Search, Replace, Zip, Unzip... But the biggest value of this file processor tool is the ability to add easily custom file processors written in java.

Group: net.sf.filepiper Artifact: file-piper
Show all versions Show documentation Show source 
 

0 downloads
Artifact file-piper
Group net.sf.filepiper
Version 1.2
Last update 17. June 2011
Organization not specified
URL http://file-piper.sourceforge.net
License Apache 2
Dependencies amount 5
Dependencies log4j, sfac-launcher, sfac-core, sfac-utils, itext,
There are maybe transitive dependencies!



Page 5984 from 6005 (items total 60041)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy