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