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

Download JAR files tagged by generate with all dependencies

Search JAR files by class name

schemacrawler-all from group net.sourceforge.schemacrawler (version 10.10.05)

SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. You can find potential schema design issues with lint. The output serves for database documentation is designed to be diff-ed against other database schemas. SchemaCrawler can generate schema diagrams.

Group: net.sourceforge.schemacrawler Artifact: schemacrawler-all
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact schemacrawler-all
Group net.sourceforge.schemacrawler
Version 10.10.05
Last update 05. August 2014
Organization Sualeh Fatehi
URL http://schemacrawler.sourceforge.net
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

xml-event-limit-generator from group com.github.dweidenfeld (version 1.0.1)

The XmlEventLimitGenerator is a Java library to generate xml strings. You push documents (or objects, like you want) to the xml generator and the generator proceeds the pushed document. While the push sequence it automatically generates an average size of all documents. The benefit of this library is, that you can generate xml strings with a predefined max size. This max size relates to the average document size, that is calculated on the fly, so there is no 100% guarantee, that no xml string will pass the max size, but there is a factor that can be specified as buffer.

Group: com.github.dweidenfeld Artifact: xml-event-limit-generator
Show documentation Show source 
 

0 downloads
Artifact xml-event-limit-generator
Group com.github.dweidenfeld
Version 1.0.1
Last update 20. May 2014
Organization not specified
URL https://github.com/dweidenfeld/xml-event-limit-generator
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-properties-enum-plugin from group com.googlecode.maven-properties-enum-plugin (version 1.4.0)

Never liked hard-coding your property keys? The maven-properties-enum-plugin allows you to generate enum types, holding all valid keys including javadoc. Your advantages: * You can't access on non-existing keys as it would cause compile errors * As it's an enum, you can use your IDE's auto-completion * You'll never have to check your properties keys again * You can see the property's value in the enum field's javadoc

Group: com.googlecode.maven-properties-enum-plugin Artifact: maven-properties-enum-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact maven-properties-enum-plugin
Group com.googlecode.maven-properties-enum-plugin
Version 1.4.0
Last update 23. August 2013
Organization not specified
URL http://code.google.com/p/maven-properties-enum-plugin/
License Apache 2
Dependencies amount 4
Dependencies maven-project, maven-plugin-api, slf4j-api, logback-classic,
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!

onejar-maven-plugin from group com.jolira (version 1.4.4)

Group: com.jolira Artifact: onejar-maven-plugin
Show documentation Show source 
 

10 downloads
Artifact onejar-maven-plugin
Group com.jolira
Version 1.4.4
Last update 13. December 2011
Organization not specified
URL http://onejar-maven-plugin.googlecode.com/
License GNU General Public License
Dependencies amount 5
Dependencies commons-io, maven-model, maven-plugin-api, maven-artifact, maven-project,
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!

jaxb2-value-constructor from group org.jvnet.jaxb2_commons (version 3.0)

Causes JAXB RI 2 XJC to generate a value constructor, where each embedded element is included as a constructor parameter. This is usedful when you want to make sure that you have handled every single possible embedded element. The plugin also generates a default (no argument) constructor, so existing code runs as expected.

Group: org.jvnet.jaxb2_commons Artifact: jaxb2-value-constructor
Show documentation Show source 
 

3 downloads
Artifact jaxb2-value-constructor
Group org.jvnet.jaxb2_commons
Version 3.0
Last update 29. March 2011
Organization not specified
URL http://java.net/projects/jaxb2-commons/pages/value-constructor
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

checkersplugin from group com.jolira.types.checkers (version 0.1.3)

Group: com.jolira.types.checkers Artifact: checkersplugin
Show documentation Show source 
 

0 downloads
Artifact checkersplugin
Group com.jolira.types.checkers
Version 0.1.3
Last update 15. January 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies maven-toolchain, maven-plugin-api, maven-project, maven-compiler-plugin, plexus-compiler-javac,
There are maybe transitive dependencies!

maven-properties-enum-plugin from group net.sf.maven-properties-enum-plugin (version 1.0.1)

Never liked hard-coding your property keys? The maven-properties-enum-plugin allows you to generate enum types, holding all valid keys including javadoc. Your advantages: * You can't access on non-existing keys as it would cause compile errors * As it's an enum, you can use your IDE's auto-completion * You'll never have to check your properties keys again * You can see the property's value in the enum field's javadoc

Group: net.sf.maven-properties-enum-plugin Artifact: maven-properties-enum-plugin

 

0 downloads
Artifact maven-properties-enum-plugin
Group net.sf.maven-properties-enum-plugin
Version 1.0.1
Last update 10. December 2010
Organization not specified
URL http://code.google.com/p/maven-properties-enum-plugin/
License Apache 2
Dependencies amount 4
Dependencies maven-project, maven-plugin-api, maven-plugin-testing-harness, log4j,
There are maybe transitive dependencies!

maven-muleforge-plugin from group org.mule.tools (version 1.0)

Responsible for deploying additional artifacts such as schemas and release distributions to MuleForge. Using this plugin ensures consistency of hosted files. Users should use the Mule Maven archetypes to generate POM.xml files for thier project. These POMs will be configured with the standard MuleForge plugins and will comply to the MuleForge rules for build and deployment.

Group: org.mule.tools Artifact: maven-muleforge-plugin

 

0 downloads
Artifact maven-muleforge-plugin
Group org.mule.tools
Version 1.0
Last update 14. April 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies maven-project, groovy-mojo-support,
There are maybe transitive dependencies!



Page 298 from 311 (items total 3107)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy