com.github.xlongshu.maven:spring-boot-starter

maven-starters

License

License

Categories

Categories

Spring Boot Container Microservices Maven Build Tools
GroupId

GroupId

com.github.xlongshu.maven
ArtifactId

ArtifactId

spring-boot-starter
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

maven-starters
Project Organization

Project Organization

Pivotal Software, Inc.

Download spring-boot-starter

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 1.5.12.RELEASE
javax.inject : javax.inject jar 1

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18
com.google.code.findbugs : jsr305 jar 3.0.2

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.5.12.RELEASE
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0