MVN

io.github.mirrormingzz : text2date-spring-boot-starter-autoconfigurer

Maven & Gradle

Apr 26, 2020
1 usages
3 stars

text2date-spring-boot-starter-autoconfigurer · For extracting time in Chinese text

<dependency>
    <groupId>io.github.mirrormingzz</groupId>
    <artifactId>text2date-spring-boot-starter-autoconfigurer</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mirrormingzz : text2date-spring-boot-starter-autoconfigurer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of io.github.mirrormingzz : text2date-spring-boot-starter-autoconfigurer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
text2date-spring-boot-starter-autoconfigurer-1.0.5
text2date-spring-boot-starter-autoconfigurer-1.0.4
text2date-spring-boot-starter-autoconfigurer-1.0.3
text2date-spring-boot-starter-autoconfigurer-1.0.1
0.0.x
text2date-spring-boot-starter-autoconfigurer-0.0.1

How to add a dependency to Maven

Add the following io.github.mirrormingzz : text2date-spring-boot-starter-autoconfigurer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.mirrormingzz</groupId>
    <artifactId>text2date-spring-boot-starter-autoconfigurer</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.mirrormingzz : text2date-spring-boot-starter-autoconfigurer gradle dependency to your build.gradle file:

implementation 'io.github.mirrormingzz:text2date-spring-boot-starter-autoconfigurer:1.0.5'

Gradle Kotlin DSL: Add the following io.github.mirrormingzz : text2date-spring-boot-starter-autoconfigurer gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.mirrormingzz:text2date-spring-boot-starter-autoconfigurer:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.mirrormingzz : text2date-spring-boot-starter-autoconfigurer sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.mirrormingzz" % "text2date-spring-boot-starter-autoconfigurer" % "1.0.5"