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 Vulnerabilities Updated
1.11.x
template-modules-repository-1.11.0.RELEASE
1.10.x
template-modules-repository-1.10.17.RELEASE
template-modules-repository-1.10.16.RELEASE
template-modules-repository-1.10.14.RELEASE
template-modules-repository-1.10.7.RELEASE
template-modules-repository-1.10.6.RELEASE
template-modules-repository-1.10.2.RELEASE
1.9.x
template-modules-repository-1.9.0.RELEASE
1.8.x
template-modules-repository-1.8.0.RELEASE

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"

Advertisement