is not current version
Last Version 5.1.0.Final

org.picketbox:picketbox-spi-bare 3.0.0.CR1

The SPI Bare contains the SPI excluding the Authorization SPI.

GroupId

GroupId

org.picketbox
ArtifactId

ArtifactId

picketbox-spi-bare
Version

Version

3.0.0.CR1
Type

Type

jar

Download picketbox-spi-bare 3.0.0.CR1


<!-- https://jarcasting.com/artifacts/org.picketbox/picketbox-spi-bare/ -->
<dependency>
    <groupId>org.picketbox</groupId>
    <artifactId>picketbox-spi-bare</artifactId>
    <version>3.0.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.picketbox/picketbox-spi-bare/
implementation 'org.picketbox:picketbox-spi-bare:3.0.0.CR1'
// https://jarcasting.com/artifacts/org.picketbox/picketbox-spi-bare/
implementation ("org.picketbox:picketbox-spi-bare:3.0.0.CR1")
'org.picketbox:picketbox-spi-bare:jar:3.0.0.CR1'
<dependency org="org.picketbox" name="picketbox-spi-bare" rev="3.0.0.CR1">
  <artifact name="picketbox-spi-bare" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.picketbox', module='picketbox-spi-bare', version='3.0.0.CR1')
)
libraryDependencies += "org.picketbox" % "picketbox-spi-bare" % "3.0.0.CR1"
[org.picketbox/picketbox-spi-bare "3.0.0.CR1"]