Categories |
Categoriespac4j Security Jooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby-pac4j |
Version | Version2.8.6 |
Type | Typejar |
Filename | Size |
---|---|
jooby-pac4j-2.8.6.pom | |
jooby-pac4j-2.8.6.jar | 33 KB |
jooby-pac4j-2.8.6-sources.jar | 18 KB |
jooby-pac4j-2.8.6-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-pac4j/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-pac4j</artifactId>
<version>2.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-pac4j/
implementation 'io.jooby:jooby-pac4j:2.8.6'
// https://jarcasting.com/artifacts/io.jooby/jooby-pac4j/
implementation ("io.jooby:jooby-pac4j:2.8.6")
'io.jooby:jooby-pac4j:jar:2.8.6'
<dependency org="io.jooby" name="jooby-pac4j" rev="2.8.6">
<artifact name="jooby-pac4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-pac4j', version='2.8.6')
)
libraryDependencies += "io.jooby" % "jooby-pac4j" % "2.8.6"
[io.jooby/jooby-pac4j "2.8.6"]