MVN

top.tangyh.basic : lamp-mvc

Maven & Gradle

Jul 10, 2023
279 stars

lamp-mvc · 公共模块

<dependency>
    <groupId>top.tangyh.basic</groupId>
    <artifactId>lamp-mvc</artifactId>
    <version>3.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.tangyh.basic : lamp-mvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.10.0

All Versions

Choose a version of top.tangyh.basic : lamp-mvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.10.x
lamp-mvc-3.10.0
3.9.x
lamp-mvc-3.9.0
3.8.x
lamp-mvc-3.8.2
lamp-mvc-3.8.1
3.7.x
lamp-mvc-3.7.0

How to add a dependency to Maven

Add the following top.tangyh.basic : lamp-mvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.tangyh.basic</groupId>
    <artifactId>lamp-mvc</artifactId>
    <version>3.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.tangyh.basic : lamp-mvc gradle dependency to your build.gradle file:

implementation 'top.tangyh.basic:lamp-mvc:3.10.0'

Gradle Kotlin DSL: Add the following top.tangyh.basic : lamp-mvc gradle kotlin dependency to your build.gradle.kts file:

implementation("top.tangyh.basic:lamp-mvc:3.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.tangyh.basic : lamp-mvc sbt scala dependency to your build.sbt file:

libraryDependencies += "top.tangyh.basic" % "lamp-mvc" % "3.10.0"