Last Version

EasyPack Maven Archetype 1.0.BETA

Maven archetypes for creating projects that uses EasyPack packagings

License

License

GroupId

GroupId

com.github.easypack
ArtifactId

ArtifactId

easypack-archetype
Version

Version

1.0.BETA
Type

Type

pom
Description

Description

EasyPack Maven Archetype
Maven archetypes for creating projects that uses EasyPack packagings
Project URL

Project URL

https://github.com/easypack/easypack-archetype
Source Code Management

Source Code Management

https://github.com/easypack/easypack-archetype.git/

Download easypack-archetype 1.0.BETA


<!-- https://jarcasting.com/artifacts/com.github.easypack/easypack-archetype/ -->
<dependency>
    <groupId>com.github.easypack</groupId>
    <artifactId>easypack-archetype</artifactId>
    <version>1.0.BETA</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.easypack/easypack-archetype/
implementation 'com.github.easypack:easypack-archetype:1.0.BETA'
// https://jarcasting.com/artifacts/com.github.easypack/easypack-archetype/
implementation ("com.github.easypack:easypack-archetype:1.0.BETA")
'com.github.easypack:easypack-archetype:pom:1.0.BETA'
<dependency org="com.github.easypack" name="easypack-archetype" rev="1.0.BETA">
  <artifact name="easypack-archetype" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.easypack', module='easypack-archetype', version='1.0.BETA')
)
libraryDependencies += "com.github.easypack" % "easypack-archetype" % "1.0.BETA"
[com.github.easypack/easypack-archetype "1.0.BETA"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • easypack-archetype-quickstart
  • easypack-archetype-tomcat
  • easypack-archetype-jetty
  • easypack-archetype-undertow