License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.hc621311 |
ArtifactId | ArtifactIdmaven-archetype-plugin |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmaven-archetype-plugin
HC :: maven archetype :: plugin
|
Filename | Size |
---|---|
maven-archetype-plugin-1.4.0.pom | |
maven-archetype-plugin-1.4.0.jar | 91 KB |
maven-archetype-plugin-1.4.0-sources.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hc621311/maven-archetype-plugin/ -->
<dependency>
<groupId>com.github.hc621311</groupId>
<artifactId>maven-archetype-plugin</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hc621311/maven-archetype-plugin/
implementation 'com.github.hc621311:maven-archetype-plugin:1.4.0'
// https://jarcasting.com/artifacts/com.github.hc621311/maven-archetype-plugin/
implementation ("com.github.hc621311:maven-archetype-plugin:1.4.0")
'com.github.hc621311:maven-archetype-plugin:jar:1.4.0'
<dependency org="com.github.hc621311" name="maven-archetype-plugin" rev="1.4.0">
<artifact name="maven-archetype-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hc621311', module='maven-archetype-plugin', version='1.4.0')
)
libraryDependencies += "com.github.hc621311" % "maven-archetype-plugin" % "1.4.0"
[com.github.hc621311/maven-archetype-plugin "1.4.0"]