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