spring-boost-fs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.daiyuang</groupId> <artifactId>spring-boost-fs</artifactId> <version>0.1.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.daiyuang</groupId> <artifactId>spring-boost-fs</artifactId> <version>0.1.4</version> <packaging>pom</packaging> <name>spring-boost-fs</name> <description>spring-boost-fs</description> <url>https://github.com/DaiYuANg/spring-booster</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>MIT License</name> </license> </licenses> <developers> <developer> <id>DaiYuANg</id> <name>DaiYuANg</name> <url>https://github.com/DaiYuANg</url> </developer> </developers> <scm> <connection>scm:git:git://github.com//DaiYuANg/spring-booster.git</connection> <developerConnection>scm:git:ssh://git@github.com//DaiYuANg/spring-booster.git</developerConnection> <url>https://github.com/DaiYuANg/spring-booster</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.github.daiyuang</groupId> <artifactId>spring-boost-bom</artifactId> <version>0.1.4</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.19.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> <version>3.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-parsers</artifactId> <version>3.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct</artifactId> <version>1.6.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>3.4.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> <version>3.4.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <version>3.4.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-json</artifactId> <version>3.4.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.vavr</groupId> <artifactId>vavr</artifactId> <version>0.10.6</version> <scope>runtime</scope> </dependency> </dependencies> </project>