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