Releases: BeardedManZhao/dataTear
Releases · BeardedManZhao/dataTear
DataTear-core
- introduce
Thank you for using.
This is my packed jar,You can directly import the jar into the project! - Contact me
phone: +86 17802240898
postbox:liming7887@qq.com - Update content
Optimize the Maven dependency structure, and upgrade the Maven dependency version to avoid hidden vulnerabilities to the greatest extent. - Use jar
The jar contains the most basic operation requirements, which can simplify the dependent configuration. If you have the requirement to rely on customization, please refer to Maven Dependent Import.
- Maven Dependent Import
This is the dependency configuration of the framework pulled from the central repository. If you have imported the jar package, you do not need to configure the following maven dependencies.
<repositories>
<repository>
<id>a</id>
<name>sonatype</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>io.github.BeardedManZhao</groupId>
<artifactId>dataTear</artifactId>
<version>1.4.1-SNAPSHOT</version>
</dependency>
</dependencies>
DataTear-core
- introduce
Thank you for using.
This is my packed jar,You can directly import the jar into the project! - Contact me
phone: +86 17802240898
postbox:liming7887@qq.com