is not current version
Last Version 4.3.0

com.github.gantsign.maven.archetypes:maven-archetypes 3.1.0

Maven archetypes for various types of projects

Categories

Categories

Maven Build Tools Ant
GroupId

GroupId

com.github.gantsign.maven.archetypes
ArtifactId

ArtifactId

maven-archetypes
Version

Version

3.1.0
Type

Type

pom

Download maven-archetypes 3.1.0


<!-- https://jarcasting.com/artifacts/com.github.gantsign.maven.archetypes/maven-archetypes/ -->
<dependency>
    <groupId>com.github.gantsign.maven.archetypes</groupId>
    <artifactId>maven-archetypes</artifactId>
    <version>3.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gantsign.maven.archetypes/maven-archetypes/
implementation 'com.github.gantsign.maven.archetypes:maven-archetypes:3.1.0'
// https://jarcasting.com/artifacts/com.github.gantsign.maven.archetypes/maven-archetypes/
implementation ("com.github.gantsign.maven.archetypes:maven-archetypes:3.1.0")
'com.github.gantsign.maven.archetypes:maven-archetypes:pom:3.1.0'
<dependency org="com.github.gantsign.maven.archetypes" name="maven-archetypes" rev="3.1.0">
  <artifact name="maven-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gantsign.maven.archetypes', module='maven-archetypes', version='3.1.0')
)
libraryDependencies += "com.github.gantsign.maven.archetypes" % "maven-archetypes" % "3.1.0"
[com.github.gantsign.maven.archetypes/maven-archetypes "3.1.0"]