GroupId | GroupIdio.github.parj |
---|---|
ArtifactId | ArtifactIdsamplespringbootapp |
Version | Version1.14 |
Type | Typejar |
Filename | Size |
---|---|
samplespringbootapp-1.14.pom | |
samplespringbootapp-1.14.jar | 26 MB |
samplespringbootapp-1.14-sources.jar | 6 KB |
samplespringbootapp-1.14-javadoc.jar | 412 KB |
Browse |
<!-- 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"]