GroupId | GroupIdorg.hswebframework.web |
---|---|
ArtifactId | ArtifactIdhsweb-authorization |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
hsweb-authorization-3.0.0.pom | 783 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-authorization/ -->
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-authorization</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-authorization/
implementation 'org.hswebframework.web:hsweb-authorization:3.0.0'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-authorization/
implementation ("org.hswebframework.web:hsweb-authorization:3.0.0")
'org.hswebframework.web:hsweb-authorization:pom:3.0.0'
<dependency org="org.hswebframework.web" name="hsweb-authorization" rev="3.0.0">
<artifact name="hsweb-authorization" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-authorization', version='3.0.0')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-authorization" % "3.0.0"
[org.hswebframework.web/hsweb-authorization "3.0.0"]