| Categories |
Categoriespac4j Security |
|---|---|
| GroupId | GroupIdcom.github.hiwepy |
| ArtifactId | ArtifactIdpac4j-biz |
| Version | Version1.0.0.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| pac4j-biz-1.0.0.RELEASE.pom | |
| pac4j-biz-1.0.0.RELEASE.jar | 62 KB |
| pac4j-biz-1.0.0.RELEASE-sources.jar | 62 KB |
| pac4j-biz-1.0.0.RELEASE-javadoc.jar | 378 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hiwepy/pac4j-biz/ -->
<dependency>
<groupId>com.github.hiwepy</groupId>
<artifactId>pac4j-biz</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hiwepy/pac4j-biz/
implementation 'com.github.hiwepy:pac4j-biz:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.hiwepy/pac4j-biz/
implementation ("com.github.hiwepy:pac4j-biz:1.0.0.RELEASE")
'com.github.hiwepy:pac4j-biz:jar:1.0.0.RELEASE'
<dependency org="com.github.hiwepy" name="pac4j-biz" rev="1.0.0.RELEASE">
<artifact name="pac4j-biz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hiwepy', module='pac4j-biz', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.hiwepy" % "pac4j-biz" % "1.0.0.RELEASE"
[com.github.hiwepy/pac4j-biz "1.0.0.RELEASE"]