License |
License |
---|---|
GroupId | GroupIdorg.springdoc |
ArtifactId | ArtifactIddepartment-service |
Last Version | Last Version3.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring-openapi demos
|
Filename | Size |
---|---|
department-service-3.1.5.pom | |
department-service-3.1.5.jar | 45 MB |
department-service-3.1.5-sources.jar | 6 KB |
department-service-3.1.5-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springdoc/department-service/ -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>department-service</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.springdoc/department-service/
implementation 'org.springdoc:department-service:3.1.5'
// https://jarcasting.com/artifacts/org.springdoc/department-service/
implementation ("org.springdoc:department-service:3.1.5")
'org.springdoc:department-service:jar:3.1.5'
<dependency org="org.springdoc" name="department-service" rev="3.1.5">
<artifact name="department-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='department-service', version='3.1.5')
)
libraryDependencies += "org.springdoc" % "department-service" % "3.1.5"
[org.springdoc/department-service "3.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |