Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcn.bestwu.simpleframework |
ArtifactId | ArtifactIdsimpleframework-security |
Version | Version0.1.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.bestwu.simpleframework/simpleframework-security/ -->
<dependency>
<groupId>cn.bestwu.simpleframework</groupId>
<artifactId>simpleframework-security</artifactId>
<version>0.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/cn.bestwu.simpleframework/simpleframework-security/
implementation 'cn.bestwu.simpleframework:simpleframework-security:0.1.14'
// https://jarcasting.com/artifacts/cn.bestwu.simpleframework/simpleframework-security/
implementation ("cn.bestwu.simpleframework:simpleframework-security:0.1.14")
'cn.bestwu.simpleframework:simpleframework-security:jar:0.1.14'
<dependency org="cn.bestwu.simpleframework" name="simpleframework-security" rev="0.1.14">
<artifact name="simpleframework-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.bestwu.simpleframework', module='simpleframework-security', version='0.1.14')
)
libraryDependencies += "cn.bestwu.simpleframework" % "simpleframework-security" % "0.1.14"
[cn.bestwu.simpleframework/simpleframework-security "0.1.14"]