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