<dependency> <groupId>org.pac4j</groupId> <artifactId>pac4j-http</artifactId> <version>1.6.0</version> </dependency>
implementation 'org.pac4j:pac4j-http:1.6.0'
implementation("org.pac4j:pac4j-http:1.6.0")
libraryDependencies += "org.pac4j" % "pac4j-http" % "1.6.0"
@Grapes( @Grab(group='org.pac4j', module='pac4j-http', version='1.6.0') )
<dependency org="org.pac4j" name="pac4j-http" rev="1.6.0" />
[org.pac4j/pac4j-http "1.6.0"]
'org.pac4j:pac4j-http:jar:1.6.0'
<parent> <groupId>org.pac4j</groupId> <artifactId>pac4j</artifactId> <version>1.6.0</version> </parent>
compile
|-- org.pac4j:pac4j-core
|-- commons-codec:commons-codec
test
|-- junit:junit
|-- ch.qos.logback:logback-classic
|-- org.mockito:mockito-core
|-- com.googlecode:kryo
|-- net.sourceforge.htmlunit:htmlunit