License |
License |
---|---|
GroupId | GroupIdorg.springdoc |
ArtifactId | ArtifactIdemployee-service |
Last Version | Last Version3.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring-openapi demos
|
Filename | Size |
---|---|
employee-service-3.1.5.pom | |
employee-service-3.1.5.jar | 44 MB |
employee-service-3.1.5-sources.jar | 5 KB |
employee-service-3.1.5-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springdoc/employee-service/ -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>employee-service</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.springdoc/employee-service/
implementation 'org.springdoc:employee-service:3.1.5'
// https://jarcasting.com/artifacts/org.springdoc/employee-service/
implementation ("org.springdoc:employee-service:3.1.5")
'org.springdoc:employee-service:jar:3.1.5'
<dependency org="org.springdoc" name="employee-service" rev="3.1.5">
<artifact name="employee-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='employee-service', version='3.1.5')
)
libraryDependencies += "org.springdoc" % "employee-service" % "3.1.5"
[org.springdoc/employee-service "3.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-starter-netflix-eureka-client | jar | |
org.springframework.cloud : spring-cloud-starter-config | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.springframework.cloud : spring-cloud-starter-sleuth | jar | |
org.springdoc : springdoc-openapi-webmvc-core | jar | 1.5.2 |
org.springframework.boot : spring-boot-devtools Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |