MVN

com.adaptc.mws.plugins : plugins-reports

Maven & Gradle

Jun 16, 2014
3 stars
<dependency>
    <groupId>com.adaptc.mws.plugins</groupId>
    <artifactId>plugins-reports</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adaptc.mws.plugins : plugins-reports to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of com.adaptc.mws.plugins : plugins-reports to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
plugins-reports-1.6
1.5
plugins-reports-1.5
plugins-reports-1.5-137
plugins-reports-1.5-136
plugins-reports-1.5-135
plugins-reports-1.5-128
plugins-reports-1.5-118
1.4
plugins-reports-1.4
1.3
plugins-reports-1.3
1.2
plugins-reports-1.2
1.1
plugins-reports-1.1

How to add a dependency to Maven

Add the following com.adaptc.mws.plugins : plugins-reports maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adaptc.mws.plugins</groupId>
    <artifactId>plugins-reports</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adaptc.mws.plugins : plugins-reports gradle dependency to your build.gradle file:

implementation 'com.adaptc.mws.plugins:plugins-reports:1.6'

Gradle Kotlin DSL: Add the following com.adaptc.mws.plugins : plugins-reports gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adaptc.mws.plugins:plugins-reports:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adaptc.mws.plugins : plugins-reports sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adaptc.mws.plugins" % "plugins-reports" % "1.6"