| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.huifer | 
    
| ArtifactId | ArtifactIdentity-plugin-core | 
    
| Last Version | Last Version1.0.0-Releases | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJPA entity plugins. 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.huifer/entity-plugin-core/ -->
<dependency>
    <groupId>com.github.huifer</groupId>
    <artifactId>entity-plugin-core</artifactId>
    <version>1.0.0-Releases</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.huifer/entity-plugin-core/
implementation 'com.github.huifer:entity-plugin-core:1.0.0-Releases'
                // https://jarcasting.com/artifacts/com.github.huifer/entity-plugin-core/
implementation ("com.github.huifer:entity-plugin-core:1.0.0-Releases")
                'com.github.huifer:entity-plugin-core:jar:1.0.0-Releases'
                <dependency org="com.github.huifer" name="entity-plugin-core" rev="1.0.0-Releases">
  <artifact name="entity-plugin-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.huifer', module='entity-plugin-core', version='1.0.0-Releases')
)
                libraryDependencies += "com.github.huifer" % "entity-plugin-core" % "1.0.0-Releases"
                [com.github.huifer/entity-plugin-core "1.0.0-Releases"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-jdbc | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | |
| com.google.code.gson : gson | jar | 2.8.6 | 
| org.springframework.boot : spring-boot-starter-data-redis | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |