is not current version
Last Version 1.0.0.final

org.picketbox:picketbox-commons 1.0.0.CR1

Common classes for security projects

GroupId

GroupId

org.picketbox
ArtifactId

ArtifactId

picketbox-commons
Version

Version

1.0.0.CR1
Type

Type

jar

Download picketbox-commons 1.0.0.CR1


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