Categories |
CategoriesH2 Data Databases OAuth2 Security CLI User Interface |
---|---|
GroupId | GroupIdorg.hswebframework.web |
ArtifactId | ArtifactIdhsweb-system-oauth2-client |
Version | Version3.0.3 |
Type | Typepom |
Filename | Size |
---|---|
hsweb-system-oauth2-client-3.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-system-oauth2-client/ -->
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-system-oauth2-client</artifactId>
<version>3.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-system-oauth2-client/
implementation 'org.hswebframework.web:hsweb-system-oauth2-client:3.0.3'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-system-oauth2-client/
implementation ("org.hswebframework.web:hsweb-system-oauth2-client:3.0.3")
'org.hswebframework.web:hsweb-system-oauth2-client:pom:3.0.3'
<dependency org="org.hswebframework.web" name="hsweb-system-oauth2-client" rev="3.0.3">
<artifact name="hsweb-system-oauth2-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-system-oauth2-client', version='3.0.3')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-system-oauth2-client" % "3.0.3"
[org.hswebframework.web/hsweb-system-oauth2-client "3.0.3"]