GroupId | GroupIdcom.github.bingoohuang |
---|---|
ArtifactId | ArtifactIdspring-rest-boot |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
spring-rest-boot-0.0.9.pom | |
spring-rest-boot-0.0.9.jar | 30 KB |
spring-rest-boot-0.0.9-sources.jar | 15 KB |
spring-rest-boot-0.0.9-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/spring-rest-boot/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>spring-rest-boot</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/spring-rest-boot/
implementation 'com.github.bingoohuang:spring-rest-boot:0.0.9'
// https://jarcasting.com/artifacts/com.github.bingoohuang/spring-rest-boot/
implementation ("com.github.bingoohuang:spring-rest-boot:0.0.9")
'com.github.bingoohuang:spring-rest-boot:jar:0.0.9'
<dependency org="com.github.bingoohuang" name="spring-rest-boot" rev="0.0.9">
<artifact name="spring-rest-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='spring-rest-boot', version='0.0.9')
)
libraryDependencies += "com.github.bingoohuang" % "spring-rest-boot" % "0.0.9"
[com.github.bingoohuang/spring-rest-boot "0.0.9"]