is not current version
Last Version 2.8.1

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

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

Type

jar

Download archetype-quickstart-jdk8 1.1.1


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