is not current version
Last Version 0.0.2

io.github.wannidev:hello 0.0.1

Demo project for Spring Boot

Categories

Categories

IDE Development Tools
GroupId

GroupId

io.github.wannidev
ArtifactId

ArtifactId

hello
Version

Version

0.0.1
Type

Type

jar

Download hello 0.0.1


<!-- https://jarcasting.com/artifacts/io.github.wannidev/hello/ -->
<dependency>
    <groupId>io.github.wannidev</groupId>
    <artifactId>hello</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wannidev/hello/
implementation 'io.github.wannidev:hello:0.0.1'
// https://jarcasting.com/artifacts/io.github.wannidev/hello/
implementation ("io.github.wannidev:hello:0.0.1")
'io.github.wannidev:hello:jar:0.0.1'
<dependency org="io.github.wannidev" name="hello" rev="0.0.1">
  <artifact name="hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wannidev', module='hello', version='0.0.1')
)
libraryDependencies += "io.github.wannidev" % "hello" % "0.0.1"
[io.github.wannidev/hello "0.0.1"]