| License | License | 
|---|---|
| GroupId | GroupIdcom.lwohvye | 
| ArtifactId | ArtifactIdeladmin | 
| Last Version | Last Version3.0.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionEL-ADMIN 管理系统 A Spring Boot Project With Jpa JWT Security and so on | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| eladmin-3.0.3.pom | 22 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.lwohvye/eladmin/ -->
<dependency>
    <groupId>com.lwohvye</groupId>
    <artifactId>eladmin</artifactId>
    <version>3.0.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.lwohvye/eladmin/
implementation 'com.lwohvye:eladmin:3.0.3'// https://jarcasting.com/artifacts/com.lwohvye/eladmin/
implementation ("com.lwohvye:eladmin:3.0.3")'com.lwohvye:eladmin:pom:3.0.3'<dependency org="com.lwohvye" name="eladmin" rev="3.0.3">
  <artifact name="eladmin" type="pom" />
</dependency>@Grapes(
@Grab(group='com.lwohvye', module='eladmin', version='3.0.3')
)libraryDependencies += "com.lwohvye" % "eladmin" % "3.0.3"[com.lwohvye/eladmin "3.0.3"]