hello-spring-boot 示例
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.talecel |
ArtifactId | ArtifactIdhello-spring-boot |
Last Version | Last Version0.0.1-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionhello-spring-boot
A simple and practical Hello implememted by java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hello-spring-boot-0.0.1-RELEASE.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.talecel/hello-spring-boot/ -->
<dependency>
<groupId>com.talecel</groupId>
<artifactId>hello-spring-boot</artifactId>
<version>0.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.talecel/hello-spring-boot/
implementation 'com.talecel:hello-spring-boot:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.talecel/hello-spring-boot/
implementation ("com.talecel:hello-spring-boot:0.0.1-RELEASE")
'com.talecel:hello-spring-boot:pom:0.0.1-RELEASE'
<dependency org="com.talecel" name="hello-spring-boot" rev="0.0.1-RELEASE">
<artifact name="hello-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.talecel', module='hello-spring-boot', version='0.0.1-RELEASE')
)
libraryDependencies += "com.talecel" % "hello-spring-boot" % "0.0.1-RELEASE"
[com.talecel/hello-spring-boot "0.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.2.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.5.RELEASE |
hello-spring-boot 示例