<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-file-storage</artifactId>
<version>2022-2.7-1.5</version>
</dependency>
libraryDependencies += "io.github.panxiaochao" % "pxc-framework-file-storage" % "2022-2.7-1.5"
@Grapes(
@Grab(group='io.github.panxiaochao', module='pxc-framework-file-storage', version='2022-2.7-1.5')
)
<dependency org="io.github.panxiaochao" name="pxc-framework-file-storage" rev="2022-2.7-1.5" />
<parent> <groupId>io.github.panxiaochao</groupId> <artifactId>pxc-framework-parent</artifactId> <version>2022-2.7-1.5</version> </parent>
compile
|-- io.github.panxiaochao:pxc-framework-common
|-- org.springframework.boot:spring-boot-starter-web
|-- commons-fileupload:commons-fileupload:1.5
|-- org.apache.commons:commons-lang3
|-- org.springframework.boot:spring-boot-configuration-processor