License |
License |
---|---|
GroupId | GroupIdio.github.parj |
ArtifactId | ArtifactIdsamplespringbootapp |
Version | Version1.5 |
Type | Typejar |
Description |
Descriptionsamplespringbootapp
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
samplespringbootapp-1.5.pom | |
samplespringbootapp-1.5.jar | 24 MB |
samplespringbootapp-1.5-sources.jar | 4 KB |
samplespringbootapp-1.5-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.parj/samplespringbootapp/ -->
<dependency>
<groupId>io.github.parj</groupId>
<artifactId>samplespringbootapp</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.parj/samplespringbootapp/
implementation 'io.github.parj:samplespringbootapp:1.5'
// https://jarcasting.com/artifacts/io.github.parj/samplespringbootapp/
implementation ("io.github.parj:samplespringbootapp:1.5")
'io.github.parj:samplespringbootapp:jar:1.5'
<dependency org="io.github.parj" name="samplespringbootapp" rev="1.5">
<artifact name="samplespringbootapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.parj', module='samplespringbootapp', version='1.5')
)
libraryDependencies += "io.github.parj" % "samplespringbootapp" % "1.5"
[io.github.parj/samplespringbootapp "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.4.RELEASE |
io.springfox : springfox-swagger2 | jar | 2.9.2 |
io.springfox : springfox-swagger-ui | jar | 2.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.4.RELEASE |