GroupId | GroupIdio.github.parj |
---|---|
ArtifactId | ArtifactIdsamplespringbootapp |
Version | Version1.22 |
Type | Typejar |
Filename | Size |
---|---|
samplespringbootapp-1.22.pom | |
samplespringbootapp-1.22.jar | 26 MB |
samplespringbootapp-1.22-sources.jar | 6 KB |
samplespringbootapp-1.22-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.parj/samplespringbootapp/ -->
<dependency>
<groupId>io.github.parj</groupId>
<artifactId>samplespringbootapp</artifactId>
<version>1.22</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.parj/samplespringbootapp/
implementation 'io.github.parj:samplespringbootapp:1.22'
// https://jarcasting.com/artifacts/io.github.parj/samplespringbootapp/
implementation ("io.github.parj:samplespringbootapp:1.22")
'io.github.parj:samplespringbootapp:jar:1.22'
<dependency org="io.github.parj" name="samplespringbootapp" rev="1.22">
<artifact name="samplespringbootapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.parj', module='samplespringbootapp', version='1.22')
)
libraryDependencies += "io.github.parj" % "samplespringbootapp" % "1.22"
[io.github.parj/samplespringbootapp "1.22"]