| License |
License |
|---|---|
| Categories |
Categoriespac4j Security |
| GroupId | GroupIdcom.idc.webchannel.pac4j |
| ArtifactId | ArtifactIdextensions |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionIDC extensions to the PAC4J library
A set of extensions to the PAC4J library. Developed by IDC and released as open source.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| extensions-2.0.0.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.idc.webchannel.pac4j/extensions/ -->
<dependency>
<groupId>com.idc.webchannel.pac4j</groupId>
<artifactId>extensions</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.idc.webchannel.pac4j/extensions/
implementation 'com.idc.webchannel.pac4j:extensions:2.0.0'
// https://jarcasting.com/artifacts/com.idc.webchannel.pac4j/extensions/
implementation ("com.idc.webchannel.pac4j:extensions:2.0.0")
'com.idc.webchannel.pac4j:extensions:pom:2.0.0'
<dependency org="com.idc.webchannel.pac4j" name="extensions" rev="2.0.0">
<artifact name="extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.idc.webchannel.pac4j', module='extensions', version='2.0.0')
)
libraryDependencies += "com.idc.webchannel.pac4j" % "extensions" % "2.0.0"
[com.idc.webchannel.pac4j/extensions "2.0.0"]