License |
License |
---|---|
GroupId | GroupIdcom.github.weijj0528 |
ArtifactId | ArtifactIdwei-springboot-starter |
Last Version | Last Version3.0-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionwei-springboot-starter
SpringBoot component practice starter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wei-springboot-starter-3.0-RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.weijj0528/wei-springboot-starter/ -->
<dependency>
<groupId>com.github.weijj0528</groupId>
<artifactId>wei-springboot-starter</artifactId>
<version>3.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.weijj0528/wei-springboot-starter/
implementation 'com.github.weijj0528:wei-springboot-starter:3.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.weijj0528/wei-springboot-starter/
implementation ("com.github.weijj0528:wei-springboot-starter:3.0-RELEASE")
'com.github.weijj0528:wei-springboot-starter:pom:3.0-RELEASE'
<dependency org="com.github.weijj0528" name="wei-springboot-starter" rev="3.0-RELEASE">
<artifact name="wei-springboot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.weijj0528', module='wei-springboot-starter', version='3.0-RELEASE')
)
libraryDependencies += "com.github.weijj0528" % "wei-springboot-starter" % "3.0-RELEASE"
[com.github.weijj0528/wei-springboot-starter "3.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.7.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.7.RELEASE |
junit : junit | jar | 4.13.1 |