MVN

org.docshare : yangmvc-demo

Maven & Gradle

Dec 19, 2022

yangmvc-demo · This is a demo of web project based on yangmvc

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

Latest Version

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

  • Latest Stable: 2022.12.18

All Versions

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

Version Vulnerabilities Updated
2022.12.x
yangmvc-demo-2022.12.18
yangmvc-demo-2022.12.15

How to add a dependency to Maven

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

<dependency>
    <groupId>org.docshare</groupId>
    <artifactId>yangmvc-demo</artifactId>
    <version>2022.12.18</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.docshare:yangmvc-demo:2022.12.18'

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

implementation("org.docshare:yangmvc-demo:2022.12.18")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.docshare" % "yangmvc-demo" % "2022.12.18"

Advertisement