is not current version
Last Version 4.3.0

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

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

2.5.1
Type

Type

pom

Download maven-archetypes 2.5.1

Filename Size
maven-archetypes-2.5.1.pom 21 KB
Browse

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