MVN

org.spincast : spincast-plugins-cookies-tests

Maven & Gradle

Jun 21, 2017

Tests for the default Spincast Cookies plugin

<dependency>
    <groupId>org.spincast</groupId>
    <artifactId>spincast-plugins-cookies-tests</artifactId>
    <version>0.9.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.spincast : spincast-plugins-cookies-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.32

All Versions

Choose a version of org.spincast : spincast-plugins-cookies-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
spincast-plugins-cookies-tests-0.9.32
spincast-plugins-cookies-tests-0.9.31
spincast-plugins-cookies-tests-0.9.30
spincast-plugins-cookies-tests-0.9.29
spincast-plugins-cookies-tests-0.9.28
spincast-plugins-cookies-tests-0.9.27
spincast-plugins-cookies-tests-0.9.26
spincast-plugins-cookies-tests-0.9.25
spincast-plugins-cookies-tests-0.9.23
spincast-plugins-cookies-tests-0.9.22
spincast-plugins-cookies-tests-0.9.21
spincast-plugins-cookies-tests-0.9.20
spincast-plugins-cookies-tests-0.9.19
spincast-plugins-cookies-tests-0.9.17
spincast-plugins-cookies-tests-0.9.16
spincast-plugins-cookies-tests-0.9.15
spincast-plugins-cookies-tests-0.9.14
spincast-plugins-cookies-tests-0.9.13
spincast-plugins-cookies-tests-0.9.12
spincast-plugins-cookies-tests-0.9.11
spincast-plugins-cookies-tests-0.9.10

How to add a dependency to Maven

Add the following org.spincast : spincast-plugins-cookies-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.spincast</groupId>
    <artifactId>spincast-plugins-cookies-tests</artifactId>
    <version>0.9.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.spincast : spincast-plugins-cookies-tests gradle dependency to your build.gradle file:

implementation 'org.spincast:spincast-plugins-cookies-tests:0.9.32'

Gradle Kotlin DSL: Add the following org.spincast : spincast-plugins-cookies-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.spincast:spincast-plugins-cookies-tests:0.9.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.spincast : spincast-plugins-cookies-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.spincast" % "spincast-plugins-cookies-tests" % "0.9.32"