is not current version
Last Version 1.0.1

com.github.xlongshu.maven:archetype-bundles 1.0.0

maven-archetypes

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.xlongshu.maven
ArtifactId

ArtifactId

archetype-bundles
Version

Version

1.0.0
Type

Type

pom

Download archetype-bundles 1.0.0


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