<dependency> <groupId>org.pac4j</groupId> <artifactId>pac4j-http</artifactId> <version>5.7.7</version> </dependency>
implementation 'org.pac4j:pac4j-http:5.7.7'
implementation("org.pac4j:pac4j-http:5.7.7")
libraryDependencies += "org.pac4j" % "pac4j-http" % "5.7.7"
@Grapes( @Grab(group='org.pac4j', module='pac4j-http', version='5.7.7') )
<dependency org="org.pac4j" name="pac4j-http" rev="5.7.7" />
[org.pac4j/pac4j-http "5.7.7"]
'org.pac4j:pac4j-http:jar:5.7.7'
<parent> <groupId>org.pac4j</groupId> <artifactId>pac4j-parent</artifactId> <version>5.7.7</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