Skip to content

Releases: BeardedManZhao/dataTear

DataTear-core

28 Sep 00:49
Compare
Choose a tag to compare
  • 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.
    3feeef21f8e32d0ab1f72452a561a99
  • 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

21 Sep 13:33
Compare
Choose a tag to compare
  • 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