is not current version
Last Version 2.8.1

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

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.0.14
Type

Type

jar

Download archetype-quickstart-jdk8 1.0.14


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