| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdorg.hswebframework |
| ArtifactId | ArtifactIdhsweb-expands-security |
| Version | Version3.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hswebframework/hsweb-expands-security/ -->
<dependency>
<groupId>org.hswebframework</groupId>
<artifactId>hsweb-expands-security</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework/hsweb-expands-security/
implementation 'org.hswebframework:hsweb-expands-security:3.0.0'
// https://jarcasting.com/artifacts/org.hswebframework/hsweb-expands-security/
implementation ("org.hswebframework:hsweb-expands-security:3.0.0")
'org.hswebframework:hsweb-expands-security:jar:3.0.0'
<dependency org="org.hswebframework" name="hsweb-expands-security" rev="3.0.0">
<artifact name="hsweb-expands-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework', module='hsweb-expands-security', version='3.0.0')
)
libraryDependencies += "org.hswebframework" % "hsweb-expands-security" % "3.0.0"
[org.hswebframework/hsweb-expands-security "3.0.0"]