License |
License |
---|---|
GroupId | GroupIdorg.picketbox |
ArtifactId | ArtifactIdpicketbox-parent |
Last Version | Last Version5.1.0.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPicketBox- Parent
PicketBox is a security framework for authentication, authorization, audit and mapping
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
picketbox-parent-5.1.0.Final.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.picketbox/picketbox-parent/ -->
<dependency>
<groupId>org.picketbox</groupId>
<artifactId>picketbox-parent</artifactId>
<version>5.1.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.picketbox/picketbox-parent/
implementation 'org.picketbox:picketbox-parent:5.1.0.Final'
// https://jarcasting.com/artifacts/org.picketbox/picketbox-parent/
implementation ("org.picketbox:picketbox-parent:5.1.0.Final")
'org.picketbox:picketbox-parent:pom:5.1.0.Final'
<dependency org="org.picketbox" name="picketbox-parent" rev="5.1.0.Final">
<artifact name="picketbox-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.picketbox', module='picketbox-parent', version='5.1.0.Final')
)
libraryDependencies += "org.picketbox" % "picketbox-parent" % "5.1.0.Final"
[org.picketbox/picketbox-parent "5.1.0.Final"]