MVN

org.picketbox : picketbox-keystore

Maven & Gradle

Aug 21, 2012

PicketBox Keystore · PicketBox Keystore contains the integration code to use drools

<dependency>
    <groupId>org.picketbox</groupId>
    <artifactId>picketbox-keystore</artifactId>
    <version>2012aug21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.picketbox : picketbox-keystore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2012aug21

All Versions

Choose a version of org.picketbox : picketbox-keystore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2012aug21
picketbox-keystore-2012aug21

How to add a dependency to Maven

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

<dependency>
    <groupId>org.picketbox</groupId>
    <artifactId>picketbox-keystore</artifactId>
    <version>2012aug21</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.picketbox:picketbox-keystore:2012aug21'

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

implementation("org.picketbox:picketbox-keystore:2012aug21")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.picketbox" % "picketbox-keystore" % "2012aug21"

Advertisement