Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.hc621311 |
ArtifactId | ArtifactIdmaven-archetype-plugin |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
maven-archetype-plugin-1.1.1.pom | |
maven-archetype-plugin-1.1.1.jar | 89 KB |
maven-archetype-plugin-1.1.1-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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hc621311/maven-archetype-plugin/
implementation 'com.github.hc621311:maven-archetype-plugin:1.1.1'
// https://jarcasting.com/artifacts/com.github.hc621311/maven-archetype-plugin/
implementation ("com.github.hc621311:maven-archetype-plugin:1.1.1")
'com.github.hc621311:maven-archetype-plugin:jar:1.1.1'
<dependency org="com.github.hc621311" name="maven-archetype-plugin" rev="1.1.1">
<artifact name="maven-archetype-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hc621311', module='maven-archetype-plugin', version='1.1.1')
)
libraryDependencies += "com.github.hc621311" % "maven-archetype-plugin" % "1.1.1"
[com.github.hc621311/maven-archetype-plugin "1.1.1"]