framework-boot
基于spring-boot的开发脚手架
License |
License |
---|---|
GroupId | GroupIdcom.farerboy |
ArtifactId | ArtifactIdframework-boot-server-sdk |
Last Version | Last Version0.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionframework-boot-server-sdk
Development of scaffold based on springboot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.farerboy/framework-boot-server-sdk/ -->
<dependency>
<groupId>com.farerboy</groupId>
<artifactId>framework-boot-server-sdk</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.farerboy/framework-boot-server-sdk/
implementation 'com.farerboy:framework-boot-server-sdk:0.0.10'
// https://jarcasting.com/artifacts/com.farerboy/framework-boot-server-sdk/
implementation ("com.farerboy:framework-boot-server-sdk:0.0.10")
'com.farerboy:framework-boot-server-sdk:jar:0.0.10'
<dependency org="com.farerboy" name="framework-boot-server-sdk" rev="0.0.10">
<artifact name="framework-boot-server-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.farerboy', module='framework-boot-server-sdk', version='0.0.10')
)
libraryDependencies += "com.farerboy" % "framework-boot-server-sdk" % "0.0.10"
[com.farerboy/framework-boot-server-sdk "0.0.10"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
com.farerboy : framework-boot-common | jar | 0.0.10 |
org.apache.httpcomponents : httpclient | jar | 4.5.6 |
基于spring-boot的开发脚手架