MVN

org.freshcookies : freshcookies-security

Maven & Gradle

Sep 05, 2012
7 usages

freshcookies-security · Freshcookies security utilities

<dependency>
    <groupId>org.freshcookies</groupId>
    <artifactId>freshcookies-security</artifactId>
    <version>0.60</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.freshcookies : freshcookies-security to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.60

All Versions

Choose a version of org.freshcookies : freshcookies-security to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.60
freshcookies-security-0.60

How to add a dependency to Maven

Add the following org.freshcookies : freshcookies-security maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.freshcookies</groupId>
    <artifactId>freshcookies-security</artifactId>
    <version>0.60</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.freshcookies : freshcookies-security gradle dependency to your build.gradle file:

implementation 'org.freshcookies:freshcookies-security:0.60'

Gradle Kotlin DSL: Add the following org.freshcookies : freshcookies-security gradle kotlin dependency to your build.gradle.kts file:

implementation("org.freshcookies:freshcookies-security:0.60")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.freshcookies : freshcookies-security sbt scala dependency to your build.sbt file:

libraryDependencies += "org.freshcookies" % "freshcookies-security" % "0.60"

Advertisement