GroupId | GroupIdio.github.hadix-lin |
---|---|
ArtifactId | ArtifactIdspringfox-plus-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
springfox-plus-parent-1.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hadix-lin/springfox-plus-parent/ -->
<dependency>
<groupId>io.github.hadix-lin</groupId>
<artifactId>springfox-plus-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hadix-lin/springfox-plus-parent/
implementation 'io.github.hadix-lin:springfox-plus-parent:1.0.0'
// https://jarcasting.com/artifacts/io.github.hadix-lin/springfox-plus-parent/
implementation ("io.github.hadix-lin:springfox-plus-parent:1.0.0")
'io.github.hadix-lin:springfox-plus-parent:pom:1.0.0'
<dependency org="io.github.hadix-lin" name="springfox-plus-parent" rev="1.0.0">
<artifact name="springfox-plus-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.hadix-lin', module='springfox-plus-parent', version='1.0.0')
)
libraryDependencies += "io.github.hadix-lin" % "springfox-plus-parent" % "1.0.0"
[io.github.hadix-lin/springfox-plus-parent "1.0.0"]