MVN

com.talecel : hello-spring-boot

Maven & Gradle

Aug 20, 2020
0 stars

hello-spring-boot · Demo project for Spring Boot

<dependency>
    <groupId>com.talecel</groupId>
    <artifactId>hello-spring-boot</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.talecel : hello-spring-boot to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1-RELEASE
  • Latest Release Candidate: 0.0.1-RC

All Versions

Choose a version of com.talecel : hello-spring-boot to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
hello-spring-boot-0.0.1-RELEASE
hello-spring-boot-0.0.1-RC

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.talecel</groupId>
    <artifactId>hello-spring-boot</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>

Advertisement