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

Download JAR files tagged by archetype with all dependencies

Search JAR files by class name

myfaces-archetype-core-integration-test from group org.apache.myfaces.buildtools (version 1.0.4)

Archetype to create a new MyFaces core project used for integration tests via cargo and HtmlUnit. Projects created via this archetype aim to test specific issues from the MyFaces core JIRA issue tracker and can be directly added to the MyFaces core integration-tests module.

Group: org.apache.myfaces.buildtools Artifact: myfaces-archetype-core-integration-test
Show source 
 

0 downloads
Artifact myfaces-archetype-core-integration-test
Group org.apache.myfaces.buildtools
Version 1.0.4
Last update 24. April 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

common-archetype from group net.sf.itcb.archetype (version 0.0.1)

Archetype that might be used by IT managers in order to create the common packages of custom IT. groupId, artifactId, package, version, companyMainGroupId, companyMainArtifactId, companyMainVersion, company, companyUrl have to be defined in archetype execution. By convention, we recommend to call this module common-"yourcompany".

Group: net.sf.itcb.archetype Artifact: common-archetype
Show source 
 

0 downloads
Artifact common-archetype
Group net.sf.itcb.archetype
Version 0.0.1
Last update 30. December 2010
Organization SourceForge ITCB
URL http://itcb.sourceforge.net
License LGPL License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

main-archetype from group net.sf.itcb.archetype (version 1.0.0)

Archetype that might be used by IT managers in order to create the base of custom IT. archetypeId, groupId, version, company and companyUrl have to be defined in archetype execution. By convention, we recommend to call this module main-"yourcompany".

Group: net.sf.itcb.archetype Artifact: main-archetype
Show source 
 

0 downloads
Artifact main-archetype
Group net.sf.itcb.archetype
Version 1.0.0
Last update 30. December 2010
Organization SourceForge ITCB
URL http://itcb.sourceforge.net
License LGPL License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

truelicense-maven-archetype from group global.namespace.truelicense-maven-archetype (version 4.0.3)

The TrueLicense Maven Archetype is a turn-key solution for designing and implementing a custom licensing schema for your software product. The archetype generates a tailor-made project which is composed of ready-made modules for vending and consuming license keys. The modules contain code templates which you can easily customize without writing code by configuring a set of properties.

Group: global.namespace.truelicense-maven-archetype Artifact: truelicense-maven-archetype
Show all versions Show source 
 

0 downloads
Artifact truelicense-maven-archetype
Group global.namespace.truelicense-maven-archetype
Version 4.0.3
Last update 09. February 2020
Organization Schlichtherle IT Services
URL https://github.com/christian-schlichtherle/truelicense-maven-archetype
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

truelicense-maven-plugin from group global.namespace.truelicense-maven-archetype (version 4.0.0-M1)

The TrueLicense Maven Archetype is a turn-key solution for designing and implementing a custom licensing schema for your software product. The archetype generates a tailor-made project which is composed of ready-made modules for vending and consuming license keys. The modules contain code templates which you can easily customize without writing code by configuring a set of properties.

Group: global.namespace.truelicense-maven-archetype Artifact: truelicense-maven-plugin
Show source 
 

0 downloads
Artifact truelicense-maven-plugin
Group global.namespace.truelicense-maven-archetype
Version 4.0.0-M1
Last update 03. November 2018
Organization Schlichtherle IT Services
URL https://github.com/christian-schlichtherle/truelicense-maven-archetype
License GNU AFFERO GENERAL PUBLIC LICENSE, Version 3, 19 November 2007
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

truelicense-maven-archetype from group net.truelicense (version 3.2.0)

The TrueLicense Maven Archetype is a turn-key solution for designing and implementing a custom licensing schema for your software product. The archetype generates a tailor-made project which is composed of ready-made modules for vending and consuming license keys. The modules contain code templates which you can easily customize without writing code by configuring a set of properties.

Group: net.truelicense Artifact: truelicense-maven-archetype
Show all versions Show source 
 

0 downloads
Artifact truelicense-maven-archetype
Group net.truelicense
Version 3.2.0
Last update 28. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

truelicense-maven-archetype from group net.java.truelicense (version 2.6.6)

The TrueLicense Maven Archetype is a turn-key solution for designing and implementing a custom licensing schema for your software product. The archetype generates a tailor-made project which is composed of ready-made modules for vending and consuming license keys. The modules contain code templates which you can easily customize without writing code by configuring a set of properties.

Group: net.java.truelicense Artifact: truelicense-maven-archetype
Show all versions Show source 
 

0 downloads
Artifact truelicense-maven-archetype
Group net.java.truelicense
Version 2.6.6
Last update 30. September 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies truelicense-jax-rs, truelicense-json, truelicense-maven-plugin, truelicense-swing,
There are maybe transitive dependencies!

sakai-wicket-maven-archetype from group org.sakaiproject.maven-archetype (version 1.5.0)

The Sakai Wicket Maven Archetype allows you to generate a sample Sakai app via a single Maven command. The app is based on Apache Wicket which integrates nicely with Sakai. The app demonstrates how to get a Sakai tool styled, internationalised and registered, setup your own APIs, wire them up with Spring and inject them via annotations. The 1.1 and up releases also include multi database support via Spring JDBC. It could easily be used as a base for a real tool.

Group: org.sakaiproject.maven-archetype Artifact: sakai-wicket-maven-archetype
Show all versions Show source 
 

0 downloads
Artifact sakai-wicket-maven-archetype
Group org.sakaiproject.maven-archetype
Version 1.5.0
Last update 28. October 2014
Organization The Sakai Foundation
URL https://confluence.sakaiproject.org/display/BOOT/Sakai+Wicket+Maven+Archetype
License Educational Community License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java8-quickstart-archetype from group pl.org.miki (version 1.0.0)

Basic Java 8 archetype. Options: -testLibrary: [junit, testng, none]. DEFAULT: junit. Adds the requested test library to the POM deps. -compilerMode: [simple, test-only, retrolambda-main, retrolambda-all]. DEFAULT: simple. --simple: everything is compiled as Java 8. --test-only: set up test for Java 8, and main for Java 7. --retrolambda-main: main code is compiled as Java 8, and then converted to Java 7 via retrolambda. --retrolambda-all: all code is compiled as Java 8, and then converted to Java 7 via retrolambda. NOTE: Retrolambda support provided "as is" - if you have any problems, please file a ticket on the GitHub page!

Group: pl.org.miki Artifact: java8-quickstart-archetype
Show documentation Show source 
 

0 downloads
Artifact java8-quickstart-archetype
Group pl.org.miki
Version 1.0.0
Last update 21. July 2014
Organization not specified
URL https://github.com/mikkoz/java8-quickstart-archetype
License BSD 3-clause "New" or "Revised" License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-batch-archetypes from group org.springframework.batch (version 1.1.4.RELEASE)

Spring Batch archetypes are simple project templates containing just enough code to get you started running a job. For more detailed examples of using particular features of the framework, look at the Spring Batch Samples project. Currently the archetypes are deployed as regular Maven projects (not archetypes), because of limitations in the archetype plugin (or our understanding of how it works). For most effective use, copy one into Eclipse and use Q4E to manage the dependencies.

Group: org.springframework.batch Artifact: spring-batch-archetypes
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-batch-archetypes
Group org.springframework.batch
Version 1.1.4.RELEASE
Last update 29. January 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 178 from 179 (items total 1783)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy