is not current version
Last Version 1.4.0

com.github.hc621311:maven-archetype-plugin 1.0.0

HC :: maven archetype :: plugin

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.hc621311
ArtifactId

ArtifactId

maven-archetype-plugin
Version

Version

1.0.0
Type

Type

jar

Download maven-archetype-plugin 1.0.0


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