Download JAR files tagged by java with all dependencies
json from group com.vaadin.external.json (version 0.0.20080701)
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
Artifact json
Group com.vaadin.external.json
Version 0.0.20080701
Last update 27. June 2014
Organization JSON
URL http://www.json.org/java/index.html
License JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.vaadin.external.json
Version 0.0.20080701
Last update 27. June 2014
Organization JSON
URL http://www.json.org/java/index.html
License JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
VectorPrintReport from group com.vectorprint (version 13.1)
This powerful reporting library aims to simplify producing reports using iText. Looking at producing reports with iText
the most demanding tasks are how to get from data to report blocks, how to style those blocks and how to evaluate (debug) the resulting report.
Exactly those three major tasks are well supported by the VectorPrint report library: - (combination of) xml configuration and annotations to
transform existing Java data objects into report block - provide styling information (css like) seperate from code - a firebug like debug
mode to help evaluate your report.
0 downloads
Artifact VectorPrintReport
Group com.vectorprint
Version 13.1
Last update 24. June 2014
Organization VectorPrint
URL http://vectorprintreport.java.net
License GNU Lesser General Public License
Dependencies amount 3
Dependencies itext, sac, VectorPrintConfig,
There are maybe transitive dependencies!
Group com.vectorprint
Version 13.1
Last update 24. June 2014
Organization VectorPrint
URL http://vectorprintreport.java.net
License GNU Lesser General Public License
Dependencies amount 3
Dependencies itext, sac, VectorPrintConfig,
There are maybe transitive dependencies!
org.liveSense.framework.wro4j from group com.github.livesense (version 1.0.5)
liveSense WRO4J framework. WRO4J is Free and Open Source Java project which brings together almost all the modern web tools: JsHint, CssLint, JsMin, Google Closure compressor, YUI Compressor, UglifyJs, Dojo Shrinksafe, Css Variables Support, JSON Compression, Less, Sass, CoffeeScript and much more. In the same time, the aim is to keep it as simple as possible and as extensible as possible in order to be easily adapted to application specific needs.
0 downloads
Artifact org.liveSense.framework.wro4j
Group com.github.livesense
Version 1.0.5
Last update 01. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies wro4j-core, wro4j-extensions, less4j, jruby, commons-lang3, jcommander, antlr, antlr-runtime, stringtemplate,
There are maybe transitive dependencies!
Group com.github.livesense
Version 1.0.5
Last update 01. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies wro4j-core, wro4j-extensions, less4j, jruby, commons-lang3, jcommander, antlr, antlr-runtime, stringtemplate,
There are maybe transitive dependencies!
spring-maven-plugin from group org.kuali.maven.plugins (version 3.1.0)
This plugin provides integration between Spring and Maven.
Plugin goals support loading a Spring context XML file as part of the Maven build lifecycle.
The XML file can be on the local file system or be accessible via any URL Spring's resource loading mechanism can understand.
Spring's "classpath:context.xml" style notation is supported.
Annotated Java classes can also be used to load a Spring context.
Maven properties are injected into the Spring context (both XML and annotation style) as a java.util.Properties bean named "mavenProperties".
Maven properties are also registered as a top level PropertySource so that Spring's placeholder resolution framework automatically considers them.
See Project Reports -> Plugin Documentation for details on plugin goals.
By default, the profile "maven" is set as an active Spring profile along with any other active Maven profiles.
Group: org.kuali.maven.plugins Artifact: spring-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact spring-maven-plugin
Group org.kuali.maven.plugins
Version 3.1.0
Last update 12. March 2014
Organization not specified
URL http://${kuali.site.hostname}/maven/plugins/${project.artifactId}/${project.version}
License not specified
Dependencies amount 2
Dependencies kuali-util, kuali-maven,
There are maybe transitive dependencies!
Group org.kuali.maven.plugins
Version 3.1.0
Last update 12. March 2014
Organization not specified
URL http://${kuali.site.hostname}/maven/plugins/${project.artifactId}/${project.version}
License not specified
Dependencies amount 2
Dependencies kuali-util, kuali-maven,
There are maybe transitive dependencies!
low-latency-primitive-concurrent-queues from group uk.co.boundedbuffer (version 1.0.0)
An low latency, lock free, primitive bounded blocking queue backed by an int[].
This class mimics the interface of {@linkplain java.util.concurrent.BlockingQueue BlockingQueue},
however works with primitive ints rather than objects, so is unable to actually implement the
BlockingQueue.
This class takes advantage of the Unsafe.putOrderedObject, which allows us to create non-blocking code with
guaranteed writes.
These writes will not be re-orderd by instruction reordering. Under the covers it uses the faster store-store
barrier, rather than the the slower store-load barrier, which is used when doing a volatile write.
One of the trade off with this improved performance is we are limited to a single producer, single consumer.
Group: uk.co.boundedbuffer Artifact: low-latency-primitive-concurrent-queues
Show documentation Show source
Show documentation Show source
0 downloads
Artifact low-latency-primitive-concurrent-queues
Group uk.co.boundedbuffer
Version 1.0.0
Last update 24. February 2014
Organization not specified
URL http://www.boundedbuffer.co.uk
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies mockito-core, japex-maven-plugin,
There are maybe transitive dependencies!
Group uk.co.boundedbuffer
Version 1.0.0
Last update 24. February 2014
Organization not specified
URL http://www.boundedbuffer.co.uk
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies mockito-core, japex-maven-plugin,
There are maybe transitive dependencies!
org.everit.osgi.bundles.org.json from group org.everit.osgi.bundles (version 1.0.0-v20140107)
JSON is a light-weight, language independent, data interchange format.
See http://www.JSON.org/
The files in this package implement JSON encoders/decoders in Java.
It also includes the capability to convert between JSON and XML, HTTP
headers, Cookies, and CDL.
This is a reference implementation. There is a large number of JSON packages
in Java. Perhaps someday the Java community will standardize on one. Until
then, choose carefully.
The license includes this restriction: "The software shall be used for good,
not evil." If your conscience cannot live with that, then choose a different
package.
The package compiles on Java 1.2 thru Java 1.4.
Group: org.everit.osgi.bundles Artifact: org.everit.osgi.bundles.org.json
Show documentation Show source
Show documentation Show source
3 downloads
Artifact org.everit.osgi.bundles.org.json
Group org.everit.osgi.bundles
Version 1.0.0-v20140107
Last update 14. February 2014
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.everit.osgi.bundles
Version 1.0.0-v20140107
Last update 14. February 2014
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jadex-xml from group net.sourceforge.jadex (version 2.4)
Jadex XML is an XML data binding framework for Java and
also for other representations. The main idea of Jadex
XML is that neither the XML-Schema on the one side nor
the Java classes on the other side should define the
binding. Instead, a separate mapping between both is
used as a mediation. This allows designing the XML
representation independent of the Java side
but still being able to connect both as desired.
This idea was first put forward by the JiBX
data binding framework. Jadex XML pushes it further
by combining it with the configuration by exception
principle. The framework can detect obvious
correspondences between both sides automatically and
only needs configuration information when translations
are necessary. The configuration information is
currently specified directly in form of Java
configuration classes.
0 downloads
Artifact jadex-xml
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jadex-commons, bcprov-jdk15,
There are maybe transitive dependencies!
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jadex-commons, bcprov-jdk15,
There are maybe transitive dependencies!
deployment-client from group de.schlichtherle.glassfish (version 4.0)
This is an endorsed version of the original Deployment Client for
Oracle GlassFish Open Source Edition.
The purpose of the endorsement is to provide a shaded JAR which has the
OSGI meta data removed because it causes the original Deployment Client
to fail when used within a module running within a GlassFish container
due to some class loader configuration conflicts between the container
and the deployed module.
This issue has been reported to the GlassFish project at
https://java.net/jira/browse/GLASSFISH-20856 .
It is hoped that it can get fixed so that this workaround project can
get deprecated soon.
0 downloads
Artifact deployment-client
Group de.schlichtherle.glassfish
Version 4.0
Last update 21. October 2013
Organization not specified
URL https://bitbucket.org/christian_schlichtherle/glassfish-deployment-client
License CDDL + GPLv2 with classpath exception
Dependencies amount 50
Dependencies common-util, core, hk2-locator, javax.inject, cglib, hk2-utils, glassfish-api, scattered-archive-api, nucleus-grizzly-all, grizzly-framework, grizzly-rcm, grizzly-portunif, grizzly-http, grizzly-http-server, grizzly-config, admin-cli, hk2, hk2-api, osgi-resource-locator, config-types, hk2-config, tiger-types, bean-validator, hk2-runlevel, class-model, mimepull, jettison, stax-api, launcher, logging, admin-util, config-api, security-services, security, ssl-impl, ldapbp-repackaged, jackson-core-asl, simple-glassfish-api, javax.enterprise.deploy-api, deployment-common, internal-api, management-api, gmbal, pfl-basic, pfl-tf, pfl-asm, pfl-dynamic, pfl-basic-tools, pfl-tf-tools, asm-all-repackaged,
There are maybe transitive dependencies!
Group de.schlichtherle.glassfish
Version 4.0
Last update 21. October 2013
Organization not specified
URL https://bitbucket.org/christian_schlichtherle/glassfish-deployment-client
License CDDL + GPLv2 with classpath exception
Dependencies amount 50
Dependencies common-util, core, hk2-locator, javax.inject, cglib, hk2-utils, glassfish-api, scattered-archive-api, nucleus-grizzly-all, grizzly-framework, grizzly-rcm, grizzly-portunif, grizzly-http, grizzly-http-server, grizzly-config, admin-cli, hk2, hk2-api, osgi-resource-locator, config-types, hk2-config, tiger-types, bean-validator, hk2-runlevel, class-model, mimepull, jettison, stax-api, launcher, logging, admin-util, config-api, security-services, security, ssl-impl, ldapbp-repackaged, jackson-core-asl, simple-glassfish-api, javax.enterprise.deploy-api, deployment-common, internal-api, management-api, gmbal, pfl-basic, pfl-tf, pfl-asm, pfl-dynamic, pfl-basic-tools, pfl-tf-tools, asm-all-repackaged,
There are maybe transitive dependencies!
jsptld-maven-plugin from group com.squeakysand.jsp (version 0.6.0)
The JSP TLD Maven Plugin is used to automate the management of JSP Tag Library Descriptors as part of a Maven build. It is intended to decrease the
burden on JSP developers associated with writing custom JSP Tag Libraries. The goal is to encourage JSP developers to write better JSP files by using
custom JSP Tag Libraries more extensively.
The Plugin can process Java annotations on Tag implementation classes and also discover Tag Files (.tag and .tagx files).
The Java 5 Annotations recognized by this Plugin are all part of the
<a href="../squeakysand-jsp/apidocs/com/squeakysand/jsp/tagext/annotations/package-summary.html">com.squeakysand.jsp.tagext.annotations</a>
package.
Group: com.squeakysand.jsp Artifact: jsptld-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jsptld-maven-plugin
Group com.squeakysand.jsp
Version 0.6.0
Last update 08. August 2013
Organization not specified
URL ${projects.http.url}/jsp/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies squeakysand-commons, maven-javadoc-plugin, maven-plugin-api, maven-project,
There are maybe transitive dependencies!
Group com.squeakysand.jsp
Version 0.6.0
Last update 08. August 2013
Organization not specified
URL ${projects.http.url}/jsp/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies squeakysand-commons, maven-javadoc-plugin, maven-plugin-api, maven-project,
There are maybe transitive dependencies!
quality-test from group net.sf.qualitycheck (version 1.3)
The goal of quality-test is to provide a small Java library for
basic code quality checks within unit tests.
It is discouraged to use quality-test in production code. The checks
provided in this library are designed to be used in unit-tests.
The checks and utilities provided in this package check static properties
of classes, for example whether classes are marked final or constructors are private.
Additionally, there are utils to give additional code coverage for private constructors.
Quality-Test often can be used together with Google Reflections (http://code.google.com/p/reflections/)
to perform checks such as, assure that every class in package *.dto.* is final
or make sure that no class in the package *.controller.* contains any non-final static variables.
1 downloads
Artifact quality-test
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/modules/quality-test/
License The Apache Software License, Version 2.0
Dependencies amount 11
Dependencies quality-check, jsr305, guava, commons-logging, junit, slf4j-api, slf4j-simple, powermock-module-junit4, powermock-api-easymock, easymock, cglib,
There are maybe transitive dependencies!
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/modules/quality-test/
License The Apache Software License, Version 2.0
Dependencies amount 11
Dependencies quality-check, jsr305, guava, commons-logging, junit, slf4j-api, slf4j-simple, powermock-module-junit4, powermock-api-easymock, easymock, cglib,
There are maybe transitive dependencies!
Page 6100 from 3 (items total 61283)