As follows: <img width="1328" alt="image" src="https://github.com/apache/mina-ftpserver/assets/23117382/f9ca49e7-6ebb-4ffc-9cba-6e190c787dd5"> pom.xml: ```xml <!--ftp--> <dependency> <groupId>org.apache.ftpserver</groupId> <artifactId>ftpserver-core</artifactId> <version>1.1.1</version> </dependency> ```
As follows:

pom.xml: