is not current version
Last Version 1.24

io.github.parj:samplespringbootapp 1.14


GroupId

GroupId

io.github.parj
ArtifactId

ArtifactId

samplespringbootapp
Version

Version

1.14
Type

Type

jar

Download samplespringbootapp 1.14


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