MVN

com.stormpath.sdk : stormpath-clover

Maven & Gradle

Sep 28, 2017
221 stars

Stormpath Java :: CLOVER · The purpose of this module is solely for building aggregated clover test coverage reports. It is for internal Stormpath use and requires a license. It is only ever used with the clover-it profile and should not impact the public's ability to build the stormpath-sdk-java project

<dependency>
    <groupId>com.stormpath.sdk</groupId>
    <artifactId>stormpath-clover</artifactId>
    <version>2.0.4-okta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stormpath.sdk : stormpath-clover to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4-okta
  • Latest Release Candidate: 2.0.0-okta-rc3
  • Latest Beta: 2.0.0-okta-beta1
  • Latest Alpha: 2.0.0-okta-alpha1

All Versions

Choose a version of com.stormpath.sdk : stormpath-clover to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
stormpath-clover-2.0.4-okta
stormpath-clover-2.0.3-okta
stormpath-clover-2.0.2-okta
stormpath-clover-2.0.1-okta
stormpath-clover-2.0.0-okta
stormpath-clover-2.0.0-okta-rc3
stormpath-clover-2.0.0-okta-rc2
stormpath-clover-2.0.0-okta-rc1
stormpath-clover-2.0.0-okta-beta1
stormpath-clover-2.0.0-okta-alpha1
1.5.x
stormpath-clover-1.5.5
stormpath-clover-1.5.4
stormpath-clover-1.5.3
stormpath-clover-1.5.2
stormpath-clover-1.5.1
stormpath-clover-1.5.0
1.4.x
stormpath-clover-1.4.1
stormpath-clover-1.4.0
1.3.x
stormpath-clover-1.3.1
stormpath-clover-1.3.0

How to add a dependency to Maven

Add the following com.stormpath.sdk : stormpath-clover maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.stormpath.sdk</groupId>
    <artifactId>stormpath-clover</artifactId>
    <version>2.0.4-okta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stormpath.sdk : stormpath-clover gradle dependency to your build.gradle file:

implementation 'com.stormpath.sdk:stormpath-clover:2.0.4-okta'

Gradle Kotlin DSL: Add the following com.stormpath.sdk : stormpath-clover gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stormpath.sdk:stormpath-clover:2.0.4-okta")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stormpath.sdk : stormpath-clover sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stormpath.sdk" % "stormpath-clover" % "2.0.4-okta"

Advertisement