quickstart

Maven archetype for generating java project with basic libraries included in bom-common, the output is generally an executable jar.

License

License

GroupId

GroupId

dev.xethh.archetype
ArtifactId

ArtifactId

quickstart
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

quickstart
Maven archetype for generating java project with basic libraries included in bom-common, the output is generally an executable jar.
Project URL

Project URL

https://github.com/xh-dev-pom-mgmt/archetype-quickstart
Source Code Management

Source Code Management

https://github.com/xh-dev-pom-mgmt/archetype-quickstart

Download quickstart

How to add to project

<!-- https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart/ -->
<dependency>
    <groupId>dev.xethh.archetype</groupId>
    <artifactId>quickstart</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart/
implementation 'dev.xethh.archetype:quickstart:1.0.4'
// https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart/
implementation ("dev.xethh.archetype:quickstart:1.0.4")
'dev.xethh.archetype:quickstart:jar:1.0.4'
<dependency org="dev.xethh.archetype" name="quickstart" rev="1.0.4">
  <artifact name="quickstart" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.archetype', module='quickstart', version='1.0.4')
)
libraryDependencies += "dev.xethh.archetype" % "quickstart" % "1.0.4"
[dev.xethh.archetype/quickstart "1.0.4"]

Dependencies

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1