| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSecurity Hibernate Data ORM | 
        
| GroupId | GroupIdcom.github.vsspt | 
    
| ArtifactId | ArtifactIdsecurity-service-hibernate-impl | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSecurity Component 
            A implementation using Hibernate of a security table structure 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.vsspt/security-service-hibernate-impl/ -->
<dependency>
    <groupId>com.github.vsspt</groupId>
    <artifactId>security-service-hibernate-impl</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.vsspt/security-service-hibernate-impl/
implementation 'com.github.vsspt:security-service-hibernate-impl:1.0.0'
                // https://jarcasting.com/artifacts/com.github.vsspt/security-service-hibernate-impl/
implementation ("com.github.vsspt:security-service-hibernate-impl:1.0.0")
                'com.github.vsspt:security-service-hibernate-impl:jar:1.0.0'
                <dependency org="com.github.vsspt" name="security-service-hibernate-impl" rev="1.0.0">
  <artifact name="security-service-hibernate-impl" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.vsspt', module='security-service-hibernate-impl', version='1.0.0')
)
                libraryDependencies += "com.github.vsspt" % "security-service-hibernate-impl" % "1.0.0"
                [com.github.vsspt/security-service-hibernate-impl "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.vsspt : security-service-schema | jar | 1.0.0 | 
| com.github.vsspt : db-generic-dao-api | jar | 1.0.0 | 
| com.github.vsspt : db-generic-dao-spring-hibernate | jar | 1.0.0 | 
| org.springframework : spring-context | jar | |
| junit : junit | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 6.8.13 | 
| org.springframework : spring-test | jar | |
| org.springframework : spring-aspects | jar | |
| com.h2database : h2 | jar | 1.4.184 | 
| org.slf4j : jcl-over-slf4j | jar |