MVN

me.wuwenbin : template-modules-repository

Maven & Gradle

Mar 09, 2018
3 stars

template-modules-repository · 轻松实现数据持久化的模块

<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-modules-repository</artifactId>
    <version>1.11.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.wuwenbin : template-modules-repository to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.0.RELEASE

All Versions

Choose a version of me.wuwenbin : template-modules-repository to add to Maven or Gradle - All Versions:

  • Version Updated
  • template-modules-repository-1.11.0.RELEASE

    Mar 09, 2018
  • template-modules-repository-1.10.17.RELEASE

    Jan 14, 2018
  • template-modules-repository-1.10.16.RELEASE

    Jan 07, 2018
  • template-modules-repository-1.10.14.RELEASE

    Dec 26, 2017
  • template-modules-repository-1.10.7.RELEASE

    Dec 23, 2017
  • template-modules-repository-1.10.6.RELEASE

    Dec 21, 2017
  • template-modules-repository-1.10.2.RELEASE

    Dec 13, 2017
  • template-modules-repository-1.9.0.RELEASE

    Nov 29, 2017
  • template-modules-repository-1.8.0.RELEASE

    Nov 22, 2017

How to add a dependency to Maven

Add the following me.wuwenbin : template-modules-repository maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-modules-repository</artifactId>
    <version>1.11.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.wuwenbin : template-modules-repository gradle dependency to your build.gradle file:

implementation 'me.wuwenbin:template-modules-repository:1.11.0.RELEASE'

Gradle Kotlin DSL: Add the following me.wuwenbin : template-modules-repository gradle kotlin dependency to your build.gradle.kts file:

implementation("me.wuwenbin:template-modules-repository:1.11.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.wuwenbin : template-modules-repository sbt scala dependency to your build.sbt file:

libraryDependencies += "me.wuwenbin" % "template-modules-repository" % "1.11.0.RELEASE"