License |
License |
---|---|
GroupId | GroupIdcom.github.weijj0528 |
ArtifactId | ArtifactIdspringboot-starter |
Version | Version2.1.3 |
Type | Typejar |
Description |
Descriptionspringboot-starter
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
springboot-starter-2.1.3.pom | |
springboot-starter-2.1.3.jar | 43 KB |
springboot-starter-2.1.3-sources.jar | 30 KB |
springboot-starter-2.1.3-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/ -->
<dependency>
<groupId>com.github.weijj0528</groupId>
<artifactId>springboot-starter</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/
implementation 'com.github.weijj0528:springboot-starter:2.1.3'
// https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/
implementation ("com.github.weijj0528:springboot-starter:2.1.3")
'com.github.weijj0528:springboot-starter:jar:2.1.3'
<dependency org="com.github.weijj0528" name="springboot-starter" rev="2.1.3">
<artifact name="springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weijj0528', module='springboot-starter', version='2.1.3')
)
libraryDependencies += "com.github.weijj0528" % "springboot-starter" % "2.1.3"
[com.github.weijj0528/springboot-starter "2.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools | jar | 2.1.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |
junit : junit | jar | 4.11 |