| GroupId | GroupIdcom.github.bingoohuang |
|---|---|
| ArtifactId | ArtifactIdspring-rest-boot |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spring-rest-boot-0.0.3.pom | |
| spring-rest-boot-0.0.3.jar | 23 KB |
| spring-rest-boot-0.0.3-sources.jar | 12 KB |
| spring-rest-boot-0.0.3-javadoc.jar | 134 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/spring-rest-boot/
implementation 'com.github.bingoohuang:spring-rest-boot:0.0.3'
// https://jarcasting.com/artifacts/com.github.bingoohuang/spring-rest-boot/
implementation ("com.github.bingoohuang:spring-rest-boot:0.0.3")
'com.github.bingoohuang:spring-rest-boot:jar:0.0.3'
<dependency org="com.github.bingoohuang" name="spring-rest-boot" rev="0.0.3">
<artifact name="spring-rest-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='spring-rest-boot', version='0.0.3')
)
libraryDependencies += "com.github.bingoohuang" % "spring-rest-boot" % "0.0.3"
[com.github.bingoohuang/spring-rest-boot "0.0.3"]