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