java9-minimal-quickstart

A Maven Archetype for creating a minimal Java 9 project

License

License

GroupId

GroupId

org.spilth
ArtifactId

ArtifactId

java9-minimal-quickstart
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

java9-minimal-quickstart
A Maven Archetype for creating a minimal Java 9 project
Project URL

Project URL

http://spilth.org/
Source Code Management

Source Code Management

https://github.com/spilth/java9-minimal-quickstart

Download java9-minimal-quickstart

How to add to project

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

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.

Java 9 Minimal Quickstart

This is a Maven Archetype for starting a minimal Java 9 project. It includes the following:

  • Configured to compile against Java 1.9
  • Fixes warnings that Maven generates by default

Usage

To create a new project using this archetype:

$ mvn archetype:generate -B -DarchetypeGroupId=org.spilth -DarchetypeArtifactId=java9-minimal-quickstart -DgroupId=com.example -DartifactId=helloworld -Dversion=1.0.0
$ cd helloworld
$ mvn package

For a less verbose way to use this archetype please check out savant.

Versions

Version
1.0.0