p

picketbox-quickstarts

PicketBox Quickstarts provides a lot of useful examples using the PicketBox project
Files download
File Operation
picketbox-quickstarts-5.0.0-2013Jan04.pom download
Apache Maven
<dependency>
  <groupId>org.picketbox</groupId>
  <artifactId>picketbox-quickstarts</artifactId>
  <version>5.0.0-2013Jan04</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.picketbox:picketbox-quickstarts:5.0.0-2013Jan04'
Gradle Kotlin
implementation("org.picketbox:picketbox-quickstarts:5.0.0-2013Jan04")
Scala SBT
libraryDependencies += "org.picketbox" % "picketbox-quickstarts" % "5.0.0-2013Jan04"
Groovy Grape
@Grapes(
  @Grab(group='org.picketbox', module='picketbox-quickstarts', version='5.0.0-2013Jan04')
)
Apache Ivy
<dependency org="org.picketbox" name="picketbox-quickstarts" rev="5.0.0-2013Jan04" />
Leiningen
[org.picketbox/picketbox-quickstarts "5.0.0-2013Jan04"]
Apache Buildr
'org.picketbox:picketbox-quickstarts:jar:5.0.0-2013Jan04'