License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdio.github.wannidev |
ArtifactId | ArtifactIdhello |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhello
Demo project for Spring Boot
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hello-0.0.2.pom | |
hello-0.0.2.jar | 3 KB |
hello-0.0.2-sources.jar | 3 KB |
hello-0.0.2-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wannidev/hello/ -->
<dependency>
<groupId>io.github.wannidev</groupId>
<artifactId>hello</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wannidev/hello/
implementation 'io.github.wannidev:hello:0.0.2'
// https://jarcasting.com/artifacts/io.github.wannidev/hello/
implementation ("io.github.wannidev:hello:0.0.2")
'io.github.wannidev:hello:jar:0.0.2'
<dependency org="io.github.wannidev" name="hello" rev="0.0.2">
<artifact name="hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wannidev', module='hello', version='0.0.2')
)
libraryDependencies += "io.github.wannidev" % "hello" % "0.0.2"
[io.github.wannidev/hello "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-validation | jar | 2.5.6 |
org.springframework.boot : spring-boot-starter-web | jar | 2.5.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.6 |