| License |
License |
|---|---|
| GroupId | GroupIdcom.github.cjhit |
| ArtifactId | ArtifactIdfdp-core |
| Version | Version1.0.4 |
| Type | Typejar |
| Description |
Descriptionfdp-core
fdp-core
|
| Filename | Size |
|---|---|
| fdp-core-1.0.4.pom | |
| fdp-core-1.0.4.jar | 75 KB |
| fdp-core-1.0.4-sources.jar | 43 KB |
| fdp-core-1.0.4-javadoc.jar | 316 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cjhit/fdp-core/ -->
<dependency>
<groupId>com.github.cjhit</groupId>
<artifactId>fdp-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cjhit/fdp-core/
implementation 'com.github.cjhit:fdp-core:1.0.4'
// https://jarcasting.com/artifacts/com.github.cjhit/fdp-core/
implementation ("com.github.cjhit:fdp-core:1.0.4")
'com.github.cjhit:fdp-core:jar:1.0.4'
<dependency org="com.github.cjhit" name="fdp-core" rev="1.0.4">
<artifact name="fdp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cjhit', module='fdp-core', version='1.0.4')
)
libraryDependencies += "com.github.cjhit" % "fdp-core" % "1.0.4"
[com.github.cjhit/fdp-core "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.8.RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.8.RELEASE |
| org.projectlombok : lombok | jar | 1.16.18 |
| com.alibaba : fastjson | jar | 1.2.56 |
| mysql : mysql-connector-java | jar | 5.1.44 |
| org.apache.commons : commons-lang3 | jar | 3.7 |
| com.google.code.gson : gson | jar | 2.6.2 |
| org.springframework.boot : spring-boot-starter-freemarker | jar | 2.1.8.RELEASE |
| io.springfox : springfox-swagger2 | jar | 2.9.2 |
| io.springfox : springfox-swagger-ui | jar | 2.9.2 |
| tk.mybatis : mapper-spring-boot-starter | jar | 2.1.1 |
| com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.2.10 |
| commons-fileupload : commons-fileupload | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-dependencies | pom | 2.1.8.RELEASE |