Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.hc621311 |
ArtifactId | ArtifactIdmaven-archetype-plugin |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
maven-archetype-plugin-1.0.0.pom | |
maven-archetype-plugin-1.0.0.jar | 41 KB |
maven-archetype-plugin-1.0.0-sources.jar | 39 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.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"]