| License | License
                                                        lgpl                                                 | 
|---|---|
| GroupId | GroupIdorg.picketbox | 
| ArtifactId | ArtifactIdpicketbox-commons | 
| Last Version | Last Version1.0.0.final | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionPicketbox Commons Common classes for security projects | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| picketbox-commons-1.0.0.final.pom | |
| picketbox-commons-1.0.0.final.jar | 20 KB | 
| picketbox-commons-1.0.0.final-sources.jar | 17 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.picketbox/picketbox-commons/ -->
<dependency>
    <groupId>org.picketbox</groupId>
    <artifactId>picketbox-commons</artifactId>
    <version>1.0.0.final</version>
</dependency>// https://jarcasting.com/artifacts/org.picketbox/picketbox-commons/
implementation 'org.picketbox:picketbox-commons:1.0.0.final'// https://jarcasting.com/artifacts/org.picketbox/picketbox-commons/
implementation ("org.picketbox:picketbox-commons:1.0.0.final")'org.picketbox:picketbox-commons:jar:1.0.0.final'<dependency org="org.picketbox" name="picketbox-commons" rev="1.0.0.final">
  <artifact name="picketbox-commons" type="jar" />
</dependency>@Grapes(
@Grab(group='org.picketbox', module='picketbox-commons', version='1.0.0.final')
)libraryDependencies += "org.picketbox" % "picketbox-commons" % "1.0.0.final"[org.picketbox/picketbox-commons "1.0.0.final"]