is not current version
Last Version 2.8.1

com.github.ngeor:archetype-quickstart-jdk8 1.2.0

A Maven archetype for a simple Java app, updated for Java 8

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.github.ngeor
ArtifactId

ArtifactId

archetype-quickstart-jdk8
Version

Version

1.2.0
Type

Type

jar

Download archetype-quickstart-jdk8 1.2.0


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