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