MVN

org.springframework.boot : spring-boot-archetypes

Maven & Gradle

May 13, 2014
72.8k stars

Spring Boot Archetypes · Spring Boot Archetypes

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-archetypes</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.boot : spring-boot-archetypes to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2.RELEASE

All Versions

Choose a version of org.springframework.boot : spring-boot-archetypes to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-boot-archetypes-1.0.2.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-archetypes</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>

Advertisement