GroupId | GroupIdcom.ecfront |
---|---|
ArtifactId | ArtifactIdezf-auth |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
ezf-auth-3.1.1.pom | |
ezf-auth-3.1.1.jar | 396 KB |
ezf-auth-3.1.1-sources.jar | 36 KB |
ezf-auth-3.1.1-javadoc.jar | 648 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ecfront/ezf-auth/ -->
<dependency>
<groupId>com.ecfront</groupId>
<artifactId>ezf-auth</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ecfront/ezf-auth/
implementation 'com.ecfront:ezf-auth:3.1.1'
// https://jarcasting.com/artifacts/com.ecfront/ezf-auth/
implementation ("com.ecfront:ezf-auth:3.1.1")
'com.ecfront:ezf-auth:jar:3.1.1'
<dependency org="com.ecfront" name="ezf-auth" rev="3.1.1">
<artifact name="ezf-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ecfront', module='ezf-auth', version='3.1.1')
)
libraryDependencies += "com.ecfront" % "ezf-auth" % "3.1.1"
[com.ecfront/ezf-auth "3.1.1"]