| License |
License |
|---|---|
| Categories |
Categoriespac4j Security |
| GroupId | GroupIdorg.pac4j |
| ArtifactId | ArtifactIdpac4j-sql |
| Version | Version5.1.0 |
| Type | Typejar |
| Description |
Descriptionpac4j for relational DB
Profile & Authentication Client for Java
|
| Filename | Size |
|---|---|
| pac4j-sql-5.1.0.pom | |
| pac4j-sql-5.1.0.jar | 7 KB |
| pac4j-sql-5.1.0-tests.jar | 8 KB |
| pac4j-sql-5.1.0-test-sources.jar | 3 KB |
| pac4j-sql-5.1.0-test-javadoc.jar | 405 KB |
| pac4j-sql-5.1.0-sources.jar | 2 KB |
| pac4j-sql-5.1.0-javadoc.jar | 408 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.pac4j/pac4j-sql/ -->
<dependency>
<groupId>org.pac4j</groupId>
<artifactId>pac4j-sql</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pac4j/pac4j-sql/
implementation 'org.pac4j:pac4j-sql:5.1.0'
// https://jarcasting.com/artifacts/org.pac4j/pac4j-sql/
implementation ("org.pac4j:pac4j-sql:5.1.0")
'org.pac4j:pac4j-sql:jar:5.1.0'
<dependency org="org.pac4j" name="pac4j-sql" rev="5.1.0">
<artifact name="pac4j-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pac4j', module='pac4j-sql', version='5.1.0')
)
libraryDependencies += "org.pac4j" % "pac4j-sql" % "5.1.0"
[org.pac4j/pac4j-sql "5.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.pac4j : pac4j-core | jar | 5.1.0 |
| org.jdbi : jdbi | jar | 2.78 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.pac4j : pac4j-core | test-jar | 5.1.0 |
| junit : junit | jar | 4.13.2 |
| org.springframework.security : spring-security-crypto | jar | 5.5.0 |
| com.h2database : h2 | jar | 1.4.200 |