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

Download JAR files tagged by generating with all dependencies

Search JAR files by class name

tools from group org.apache.river (version 2.2.3)

This JAR file contains tools for: checking configuration files; checking for missing serialVersionUID fields; computing class dependencies; providing HTTP service; generating message digests; generating HTTPMD URLs; examining the run-time environment of a Jini component; generating wrapper JAR files; and generating preferred lists. When used as an executable JAR file, it runs the ClassServer.

Group: org.apache.river Artifact: tools
Show all versions 
 

11 downloads
Artifact tools
Group org.apache.river
Version 2.2.3
Last update 08. February 2016
Organization not specified
URL http://river.apache.org
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies jsk-platform,
There are maybe transitive dependencies!

jaxb2-rich-contract-plugin from group com.klemm-scs.util (version 1.5.3)

Provides a number of plugins for the JAXB (Java API for XML binding) XML-Schema-to-Java compiler (XJC), that enhance the generated source code with various and configurable aspects, like "fluent builder" patterns, generating interface contracts from group and attributeGroup declarations, generating JavaBeans(TM) bound and constrained properties, copy methods and -constructors, selective object graph copying, meta data generation etc.

Group: com.klemm-scs.util Artifact: jaxb2-rich-contract-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact jaxb2-rich-contract-plugin
Group com.klemm-scs.util
Version 1.5.3
Last update 25. February 2015
Organization not specified
URL http://mklemm.github.io/jaxb2-rich-contract-plugin
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jmockit-coverage from group com.googlecode.jmockit (version 0.999.26)

JMockit Coverage is a code coverage tool with several metrics (line, path, data) capable of generating HTML reports. It is designed with ease of use in mind, avoiding the need for complex configuration. Instead, smart (but overridable) defaults are employed, such as the selection of which classes to consider for coverage, and where to find sources files for report generation.

Group: com.googlecode.jmockit Artifact: jmockit-coverage
Show all versions Show documentation Show source 
 

0 downloads
Artifact jmockit-coverage
Group com.googlecode.jmockit
Version 0.999.26
Last update 09. March 2014
Organization not specified
URL http://code.google.com/p/jmockit
License MIT LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jmockit-coverage from group com.bah.jmockit.com.googlecode.jmockit (version 0.999.25)

JMockit Coverage is a code coverage tool with several metrics (line, path, data) capable of generating HTML reports. It is designed with ease of use in mind, avoiding the need for complex configuration. Instead, smart (but overridable) defaults are employed, such as the selection of which classes to consider for coverage, and where to find sources files for report generation.

Group: com.bah.jmockit.com.googlecode.jmockit Artifact: jmockit-coverage
Show documentation Show source 
 

0 downloads
Artifact jmockit-coverage
Group com.bah.jmockit.com.googlecode.jmockit
Version 0.999.25
Last update 17. January 2014
Organization not specified
URL http://code.google.com/p/jmockit
License MIT LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fractal-bf-examples-meteo-model from group org.ow2.fractal.bf.examples.meteo (version 0.10)

This module is in charge of generating required classes to bind a java interface toward a remote webservice. It uses th org.apache.cxf:cxf-codegen-plugin to generate classes given the WSDL file saved in src/main/wsdl. To keep things simple, the wsdl file is saved here: more smart approaches might be adopted if saving the WSDL file causes troubles.

Group: org.ow2.fractal.bf.examples.meteo Artifact: fractal-bf-examples-meteo-model
Show documentation Show source 
 

0 downloads
Artifact fractal-bf-examples-meteo-model
Group org.ow2.fractal.bf.examples.meteo
Version 0.10
Last update 20. March 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jaxb-api, cxf-rt-frontend-jaxws,
There are maybe transitive dependencies!

fractal-bf-examples-meteo-model from group org.objectweb.fractal.bf.examples.meteo (version 0.9)

This module is in charge of generating required classes to bind a java interface toward a remote webservice. It uses th org.apache.cxf:cxf-codegen-plugin to generate classes given the WSDL file saved in src/main/wsdl. To keep things simple, the wsdl file is saved here: more smart approaches might be adopted if saving the WSDL file causes troubles.

Group: org.objectweb.fractal.bf.examples.meteo Artifact: fractal-bf-examples-meteo-model
Show all versions 
 

0 downloads
Artifact fractal-bf-examples-meteo-model
Group org.objectweb.fractal.bf.examples.meteo
Version 0.9
Last update 01. June 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jaxb-api, cxf-rt-frontend-jaxws,
There are maybe transitive dependencies!

schemas from group uk.org.retep.xmpp.xmpp (version 10.6)

This generates a schema artifact which contains all of the schemas from xmpp.org's subversion repository. Generating this artifact enables a schema to be referenced by jaxb using the ClassPathCatalogResolver and a catalog file. To refresh the content of this artifact, either remove the src/main/resources directory manually or run a clean build from hudson. This is because maven-scm-plugin is set to checkout only if that directory does not exist so that the remote subversion repository is not hit every time a build is performed.

Group: uk.org.retep.xmpp.xmpp Artifact: schemas
Show all versions Show source 
 

1 downloads
Artifact schemas
Group uk.org.retep.xmpp.xmpp
Version 10.6
Last update 09. June 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

xml-element-wrapper from group org.andromda.thirdparty.jaxb2_commons (version 1.0)

When generating XML schema from Java source code using the schemagen tool a common approach is to use the @XmlElementWrapper and @XmlElement annotations to handle schema generation for collections. However, when generating Java source from a schema using the xjc tool the resulting code is not created with these annotations. Instead, the generated Java source contains "injected" inner classes to accommodate the collection of elements contained within an element.

Group: org.andromda.thirdparty.jaxb2_commons Artifact: xml-element-wrapper
Show documentation Show source 
 

3 downloads
Artifact xml-element-wrapper
Group org.andromda.thirdparty.jaxb2_commons
Version 1.0
Last update 29. April 2010
Organization not specified
URL https://jaxb2-commons.dev.java.net/
License not specified
Dependencies amount 2
Dependencies jaxb-impl, jaxb-xjc,
There are maybe transitive dependencies!

default-value-plugin from group org.andromda.thirdparty.jaxb2_commons (version 1.1)

This is an XJC plugin to set default values in the XJC generated classes based on the default attribute to <xs:element>. Note that JAXB handles defaults for <xs:attribute> natively, so this plugin is not necessary for an attribute default. The plugin is particularly useful while generating Value Objects for a user interface from an XML schema. User interface tags such as the Struts HTML tags use reflection on bean properties to render themselves, so it is often useful to have a set of sensible defaults set in the Java Beans mapping to the user interface themselves.

Group: org.andromda.thirdparty.jaxb2_commons Artifact: default-value-plugin
Show documentation Show source 
 

0 downloads
Artifact default-value-plugin
Group org.andromda.thirdparty.jaxb2_commons
Version 1.1
Last update 29. April 2010
Organization not specified
URL https://jaxb2-commons.dev.java.net/
License not specified
Dependencies amount 2
Dependencies jaxb-impl, jaxb-xjc,
There are maybe transitive dependencies!

transform-swf from group com.flagstonesoftware (version 2.1.5)

The Transform SWF framework is a collection of classes for each of the tags and data structures that make up the Flash (SWF) File Format Specification from Macromedia. The classes provide a completely object-based API for parsing, manipulating and generating Flash files. This allows Java based applications to dynamically generate and update files that represent animations and documents which can be easily distributed and displayed on any platform that supports a graphical web browser.

Group: com.flagstonesoftware Artifact: transform-swf
Show documentation Show source 
 

6 downloads
Artifact transform-swf
Group com.flagstonesoftware
Version 2.1.5
Last update 11. June 2007
Organization Flagstone Software
URL http://www.flagstonesoftware.com/transform/
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 146 from 152 (items total 1511)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy