Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.robert2411 |
ArtifactId | ArtifactIdspring-boot-starter-springfox |
Version | Version1.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.robert2411/spring-boot-starter-springfox/ -->
<dependency>
<groupId>com.github.robert2411</groupId>
<artifactId>spring-boot-starter-springfox</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robert2411/spring-boot-starter-springfox/
implementation 'com.github.robert2411:spring-boot-starter-springfox:1.2.4'
// https://jarcasting.com/artifacts/com.github.robert2411/spring-boot-starter-springfox/
implementation ("com.github.robert2411:spring-boot-starter-springfox:1.2.4")
'com.github.robert2411:spring-boot-starter-springfox:jar:1.2.4'
<dependency org="com.github.robert2411" name="spring-boot-starter-springfox" rev="1.2.4">
<artifact name="spring-boot-starter-springfox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robert2411', module='spring-boot-starter-springfox', version='1.2.4')
)
libraryDependencies += "com.github.robert2411" % "spring-boot-starter-springfox" % "1.2.4"
[com.github.robert2411/spring-boot-starter-springfox "1.2.4"]