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