Basic Java Archetype - The Practical Developer

A basic Java Archetype for Java 1.8 and 9. It contains some commonly-used test libraries and creates an executable JAR file by default.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.thepracticaldeveloper
ArtifactId

ArtifactId

archetype-java-basic-tpd
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Basic Java Archetype - The Practical Developer
A basic Java Archetype for Java 1.8 and 9. It contains some commonly-used test libraries and creates an executable JAR file by default.
Project URL

Project URL

https://thepracticaldeveloper.com
Source Code Management

Source Code Management

https://github.com/thepracticaldeveloper/archetype-java-basic/tree/master

Download archetype-java-basic-tpd

How to add to project

<!-- https://jarcasting.com/artifacts/com.thepracticaldeveloper/archetype-java-basic-tpd/ -->
<dependency>
    <groupId>com.thepracticaldeveloper</groupId>
    <artifactId>archetype-java-basic-tpd</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thepracticaldeveloper/archetype-java-basic-tpd/
implementation 'com.thepracticaldeveloper:archetype-java-basic-tpd:1.0.0'
// https://jarcasting.com/artifacts/com.thepracticaldeveloper/archetype-java-basic-tpd/
implementation ("com.thepracticaldeveloper:archetype-java-basic-tpd:1.0.0")
'com.thepracticaldeveloper:archetype-java-basic-tpd:jar:1.0.0'
<dependency org="com.thepracticaldeveloper" name="archetype-java-basic-tpd" rev="1.0.0">
  <artifact name="archetype-java-basic-tpd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thepracticaldeveloper', module='archetype-java-basic-tpd', version='1.0.0')
)
libraryDependencies += "com.thepracticaldeveloper" % "archetype-java-basic-tpd" % "1.0.0"
[com.thepracticaldeveloper/archetype-java-basic-tpd "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.

Versions

Version
1.0.0