MVN

com.rtstatistics : web-mconsole

Maven & Gradle

Oct 02, 2016
1 stars

rtstatistics-web-mconsole · Single page management console application for rtstatistics.com

<dependency>
    <groupId>com.rtstatistics</groupId>
    <artifactId>web-mconsole</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rtstatistics : web-mconsole to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of com.rtstatistics : web-mconsole to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
web-mconsole-1.0.12
web-mconsole-1.0.11
web-mconsole-1.0.10
web-mconsole-1.0.9

How to add a dependency to Maven

Add the following com.rtstatistics : web-mconsole maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rtstatistics</groupId>
    <artifactId>web-mconsole</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rtstatistics : web-mconsole gradle dependency to your build.gradle file:

implementation 'com.rtstatistics:web-mconsole:1.0.12'

Gradle Kotlin DSL: Add the following com.rtstatistics : web-mconsole gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rtstatistics:web-mconsole:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rtstatistics : web-mconsole sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rtstatistics" % "web-mconsole" % "1.0.12"

Advertisement