MVN

org.openurp.edu.finalmakeup : openurp-edu-finalmakeup-web

Maven & Gradle

Feb 14, 2023
1 usages
0 stars

openurp-edu-finalmakeup-web · OpenURP Starter

<dependency>
    <groupId>org.openurp.edu.finalmakeup</groupId>
    <artifactId>openurp-edu-finalmakeup-web</artifactId>
    <version>0.0.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openurp.edu.finalmakeup : openurp-edu-finalmakeup-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.25

All Versions

Choose a version of org.openurp.edu.finalmakeup : openurp-edu-finalmakeup-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
openurp-edu-finalmakeup-web-0.0.25
openurp-edu-finalmakeup-web-0.0.24
openurp-edu-finalmakeup-web-0.0.23
openurp-edu-finalmakeup-web-0.0.22
openurp-edu-finalmakeup-web-0.0.21
openurp-edu-finalmakeup-web-0.0.20
openurp-edu-finalmakeup-web-0.0.19
openurp-edu-finalmakeup-web-0.0.16
openurp-edu-finalmakeup-web-0.0.15
openurp-edu-finalmakeup-web-0.0.14
openurp-edu-finalmakeup-web-0.0.13
openurp-edu-finalmakeup-web-0.0.12
openurp-edu-finalmakeup-web-0.0.10
openurp-edu-finalmakeup-web-0.0.9
openurp-edu-finalmakeup-web-0.0.8
openurp-edu-finalmakeup-web-0.0.7
openurp-edu-finalmakeup-web-0.0.6
openurp-edu-finalmakeup-web-0.0.5
openurp-edu-finalmakeup-web-0.0.4
openurp-edu-finalmakeup-web-0.0.3
openurp-edu-finalmakeup-web-0.0.2

How to add a dependency to Maven

Add the following org.openurp.edu.finalmakeup : openurp-edu-finalmakeup-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openurp.edu.finalmakeup</groupId>
    <artifactId>openurp-edu-finalmakeup-web</artifactId>
    <version>0.0.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openurp.edu.finalmakeup : openurp-edu-finalmakeup-web gradle dependency to your build.gradle file:

implementation 'org.openurp.edu.finalmakeup:openurp-edu-finalmakeup-web:0.0.25'

Gradle Kotlin DSL: Add the following org.openurp.edu.finalmakeup : openurp-edu-finalmakeup-web gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openurp.edu.finalmakeup:openurp-edu-finalmakeup-web:0.0.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openurp.edu.finalmakeup : openurp-edu-finalmakeup-web sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openurp.edu.finalmakeup" % "openurp-edu-finalmakeup-web" % "0.0.25"

Advertisement