MVN

org.docshare : yangmvc

Maven & Gradle

Jun 20, 2023
1 usages

YangMVC · An efficient, fast, convenient, easy to learn, easy to use MVC framework and ORM framework. It is seamless compatible with JSTL and supports FreeMarker. It can run independently, and it can also be applied to traditional Java Web projects. It is an efficient, fast, convenient, easy to learn and easy to use MVC framework and ORM framework. It is seamless compatible with JSTL and supports FreeMarker. It can be run on its own, or it can be applied to traditional Java Web projects

<dependency>
    <groupId>org.docshare</groupId>
    <artifactId>yangmvc</artifactId>
    <version>2023.06.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.docshare : yangmvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.06.19

All Versions

Choose a version of org.docshare : yangmvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.06.x
yangmvc-2023.06.19
2023.02.x
yangmvc-2023.02.05
2023.01.x
yangmvc-2023.01.21
yangmvc-2023.01.14
2022.12.x
yangmvc-2022.12.18
yangmvc-2022.12.15
2021
yangmvc-2021-04-09

How to add a dependency to Maven

Add the following org.docshare : yangmvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.docshare</groupId>
    <artifactId>yangmvc</artifactId>
    <version>2023.06.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.docshare : yangmvc gradle dependency to your build.gradle file:

implementation 'org.docshare:yangmvc:2023.06.19'

Gradle Kotlin DSL: Add the following org.docshare : yangmvc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.docshare:yangmvc:2023.06.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.docshare : yangmvc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.docshare" % "yangmvc" % "2023.06.19"

Advertisement