MVN

io.thedocs : cookie-same-site-none

Maven & Gradle

Feb 04, 2020

cookie-same-site-none · error object

<dependency>
    <groupId>io.thedocs</groupId>
    <artifactId>cookie-same-site-none</artifactId>
    <version>1.01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.thedocs : cookie-same-site-none to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.01

All Versions

Choose a version of io.thedocs : cookie-same-site-none to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.01
cookie-same-site-none-1.01

How to add a dependency to Maven

Add the following io.thedocs : cookie-same-site-none maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.thedocs</groupId>
    <artifactId>cookie-same-site-none</artifactId>
    <version>1.01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.thedocs : cookie-same-site-none gradle dependency to your build.gradle file:

implementation 'io.thedocs:cookie-same-site-none:1.01'

Gradle Kotlin DSL: Add the following io.thedocs : cookie-same-site-none gradle kotlin dependency to your build.gradle.kts file:

implementation("io.thedocs:cookie-same-site-none:1.01")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.thedocs : cookie-same-site-none sbt scala dependency to your build.sbt file:

libraryDependencies += "io.thedocs" % "cookie-same-site-none" % "1.01"