Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-docs |
Version | Version2.0.5.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-docs-2.0.5.RELEASE.pom | |
spring-boot-docs-2.0.5.RELEASE.jar | 413 bytes |
spring-boot-docs-2.0.5.RELEASE-sources.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-docs/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-docs</artifactId>
<version>2.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-docs/
implementation 'org.springframework.boot:spring-boot-docs:2.0.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-docs/
implementation ("org.springframework.boot:spring-boot-docs:2.0.5.RELEASE")
'org.springframework.boot:spring-boot-docs:jar:2.0.5.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-docs" rev="2.0.5.RELEASE">
<artifact name="spring-boot-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-docs', version='2.0.5.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-docs" % "2.0.5.RELEASE"
[org.springframework.boot/spring-boot-docs "2.0.5.RELEASE"]