<dependency> <groupId>org.pac4j</groupId> <artifactId>pac4j-http</artifactId> <version>5.7.4</version> </dependency>
implementation 'org.pac4j:pac4j-http:5.7.4'
implementation("org.pac4j:pac4j-http:5.7.4")
libraryDependencies += "org.pac4j" % "pac4j-http" % "5.7.4"
@Grapes( @Grab(group='org.pac4j', module='pac4j-http', version='5.7.4') )
<dependency org="org.pac4j" name="pac4j-http" rev="5.7.4" />
[org.pac4j/pac4j-http "5.7.4"]
'org.pac4j:pac4j-http:jar:5.7.4'
<parent> <groupId>org.pac4j</groupId> <artifactId>pac4j-parent</artifactId> <version>5.7.4</version> </parent>
compile
|-- org.pac4j:pac4j-core
|-- commons-codec:commons-codec
|-- com.fasterxml.jackson.core:jackson-databind
test
|-- junit:junit
|-- ch.qos.logback:logback-classic
|-- org.mockito:mockito-core
|-- com.google.guava:guava
|-- org.nanohttpd:nanohttpd