Categories |
Categoriespac4j Security |
---|---|
GroupId | GroupIdcom.buession.springboot |
ArtifactId | ArtifactIdbuession-springboot-pac4j |
Version | Version1.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.buession.springboot/buession-springboot-pac4j/ -->
<dependency>
<groupId>com.buession.springboot</groupId>
<artifactId>buession-springboot-pac4j</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.buession.springboot/buession-springboot-pac4j/
implementation 'com.buession.springboot:buession-springboot-pac4j:1.2.2'
// https://jarcasting.com/artifacts/com.buession.springboot/buession-springboot-pac4j/
implementation ("com.buession.springboot:buession-springboot-pac4j:1.2.2")
'com.buession.springboot:buession-springboot-pac4j:jar:1.2.2'
<dependency org="com.buession.springboot" name="buession-springboot-pac4j" rev="1.2.2">
<artifact name="buession-springboot-pac4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buession.springboot', module='buession-springboot-pac4j', version='1.2.2')
)
libraryDependencies += "com.buession.springboot" % "buession-springboot-pac4j" % "1.2.2"
[com.buession.springboot/buession-springboot-pac4j "1.2.2"]