MVN

net.roseboy : classfinal-web

Maven & Gradle

Nov 25, 2019

classfinal-web

<dependency>
    <groupId>net.roseboy</groupId>
    <artifactId>classfinal-web</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.roseboy : classfinal-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of net.roseboy : classfinal-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
classfinal-web-1.1.9
classfinal-web-1.1.8

How to add a dependency to Maven

Add the following net.roseboy : classfinal-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.roseboy</groupId>
    <artifactId>classfinal-web</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.roseboy : classfinal-web gradle dependency to your build.gradle file:

implementation 'net.roseboy:classfinal-web:1.1.9'

Gradle Kotlin DSL: Add the following net.roseboy : classfinal-web gradle kotlin dependency to your build.gradle.kts file:

implementation("net.roseboy:classfinal-web:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.roseboy : classfinal-web sbt scala dependency to your build.sbt file:

libraryDependencies += "net.roseboy" % "classfinal-web" % "1.1.9"

Advertisement