GroupId | GroupIdcom.github.raoyu001 |
---|---|
ArtifactId | ArtifactIdhello-spring-starter |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhello-spring-starter
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hello-spring-starter-1.0.pom | |
hello-spring-starter-1.0.jar | 5 KB |
hello-spring-starter-1.0-sources.jar | 2 KB |
hello-spring-starter-1.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.raoyu001/hello-spring-starter/ -->
<dependency>
<groupId>com.github.raoyu001</groupId>
<artifactId>hello-spring-starter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.raoyu001/hello-spring-starter/
implementation 'com.github.raoyu001:hello-spring-starter:1.0'
// https://jarcasting.com/artifacts/com.github.raoyu001/hello-spring-starter/
implementation ("com.github.raoyu001:hello-spring-starter:1.0")
'com.github.raoyu001:hello-spring-starter:jar:1.0'
<dependency org="com.github.raoyu001" name="hello-spring-starter" rev="1.0">
<artifact name="hello-spring-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.raoyu001', module='hello-spring-starter', version='1.0')
)
libraryDependencies += "com.github.raoyu001" % "hello-spring-starter" % "1.0"
[com.github.raoyu001/hello-spring-starter "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.0.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.0.RELEASE |
mysql : mysql-connector-java | jar | 8.0.15 |
org.projectlombok : lombok | jar | 1.16.20 |