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

Download JAR files tagged by compliant with all dependencies

Search JAR files by class name

pc-test-jboss51 from group org.gatein.pc (version 2.3.2-GA)

Group: org.gatein.pc Artifact: pc-test-jboss51
Show all versions 
 

0 downloads
Artifact pc-test-jboss51
Group org.gatein.pc
Version 2.3.2-GA
Last update 23. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies wci-tomcat6,
There are maybe transitive dependencies!

pc-test-jboss42 from group org.gatein.pc (version 2.3.2-GA)

Group: org.gatein.pc Artifact: pc-test-jboss42
Show all versions 
 

0 downloads
Artifact pc-test-jboss42
Group org.gatein.pc
Version 2.3.2-GA
Last update 23. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies wci-tomcat6,
There are maybe transitive dependencies!

pc-test-tomcat7 from group org.gatein.pc (version 2.3.2-GA)

Group: org.gatein.pc Artifact: pc-test-tomcat7
Show all versions 
 

0 downloads
Artifact pc-test-tomcat7
Group org.gatein.pc
Version 2.3.2-GA
Last update 23. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies wci-tomcat7,
There are maybe transitive dependencies!

pc-test-tomcat6 from group org.gatein.pc (version 2.3.2-GA)

Group: org.gatein.pc Artifact: pc-test-tomcat6
Show all versions 
 

0 downloads
Artifact pc-test-tomcat6
Group org.gatein.pc
Version 2.3.2-GA
Last update 23. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies wci-tomcat6,
There are maybe transitive dependencies!

staxmate from group org.codehaus.staxmate (version 2.0.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: org.codehaus.staxmate Artifact: staxmate
Show all versions Show source 
 

1 downloads
Artifact staxmate
Group org.codehaus.staxmate
Version 2.0.1
Last update 20. November 2010
Organization Codehaus
URL http://staxmate.codehaus.org
License BSD
Dependencies amount 2
Dependencies stax-api, stax2-api,
There are maybe transitive dependencies!

jackrabbit-ocm from group org.apache.jackrabbit (version 1.5.3)

This Jackrabbit subproject is an object/JCR persistence and query service. This tools lets you to persist java objects into a JCR compliant repository - including association, inheritance, polymorphism, composition, and the Java collections framework. Furthermore, this jcr-mapping allows you to express queries in Java-based Criteria, as well as in JCR query language. It offers also features like version support and object locking.

Group: org.apache.jackrabbit Artifact: jackrabbit-ocm
Show all versions Show source 
 

1 downloads
Artifact jackrabbit-ocm
Group org.apache.jackrabbit
Version 1.5.3
Last update 26. February 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies jcr, commons-digester, commons-collections, commons-lang, slf4j-api, cglib, commons-beanutils,
There are maybe transitive dependencies!

village from group torque (version 3.3)

Village is a 100% Pure Java API that sits on top of the JDBC API. The purpose of this API is to make it easier to interact with a JDBC compliant relational database. By using Village, it is possible to execute and manage select/insert/update/delete SQL statements without having to actually write a single line of SQL. Village can use any valid JDBC Connection object, so it is possible to use Village with a JDBC Connection pool.

Group: torque Artifact: village
Show all versions 
 

0 downloads
Artifact village
Group torque
Version 3.3
Last update 29. February 2008
Organization Apache Software Foundation
URL http://db.apache.org/torque/releases/torque-3.3/village/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

MathParser.org-mXparser from group org.mariuszgromada.math (version 5.2.1)

mXparser is a super easy, rich, fast and highly flexible math expression parser library (parser and evaluator of mathematical expressions / formulas provided as plain text / string). Software delivers easy to use API for JAVA, Android and C# .NET/MONO (Common Language Specification compliant: F#, Visual Basic, C++/CLI). *** If you find the software useful donation or purchase is something you might consider: https://mathparser.org/donate/ *** Online store: https://payhip.com/INFIMA *** Scalar Scientific Calculator, Charts and Scripts, Scalar Lite: https://play.google.com/store/apps/details?id=org.mathparser.scalar.lite *** Scalar Pro: https://play.google.com/store/apps/details?id=org.mathparser.scalar.pro *** ScalarMath.org: https://scalarmath.org/ *** MathSpace.pl: https://mathspace.pl/ ***

Group: org.mariuszgromada.math Artifact: MathParser.org-mXparser
Show all versions Show documentation Show source 
 

209 downloads
Artifact MathParser.org-mXparser
Group org.mariuszgromada.math
Version 5.2.1
Last update 07. February 2023
Organization MathParser.org
URL https://mathparser.org/
License DUAL LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kernel from group io.nuun.kernel (version 1.0.M11)

Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus a JSR 330 compliant injection mechanism backed by Guice. Plugin benefits from kernel capabilities by sending requests to it : - kernel params request : - Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate - Binding Request : Nuun Kernel provides an SPI in order to bring IOC from other vendors. Nuun Kernel come with 2 plugins: - Configuration Plugin : a plugin that inject the good property based on @Property annotation. - Log plugin : a Log handler that inject the good Log implementation

Group: io.nuun.kernel Artifact: kernel
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kernel
Group io.nuun.kernel
Version 1.0.M11
Last update 05. August 2020
Organization not specified
URL http://nuun.io/kernel
License LGPL 3.0
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 51 from 53 (items total 521)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy