hello

Demo project for Spring Boot

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

io.github.wannidev
ArtifactId

ArtifactId

hello
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

hello
Demo project for Spring Boot
Source Code Management

Source Code Management

https://github.com/wanniDev/tutorial/tree/master

Download hello

How to add to project

<!-- 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"]

Dependencies

compile (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

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.5.6

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1