| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSecurity | 
        
| GroupId | GroupIdcom.github.vsspt | 
    
| ArtifactId | ArtifactIdsecurity-service-schema | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSecurity Service Schema 
            A implementation using Hibernate of a security table structure 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.vsspt/security-service-schema/ -->
<dependency>
    <groupId>com.github.vsspt</groupId>
    <artifactId>security-service-schema</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.vsspt/security-service-schema/
implementation 'com.github.vsspt:security-service-schema:1.0.0'
                // https://jarcasting.com/artifacts/com.github.vsspt/security-service-schema/
implementation ("com.github.vsspt:security-service-schema:1.0.0")
                'com.github.vsspt:security-service-schema:jar:1.0.0'
                <dependency org="com.github.vsspt" name="security-service-schema" rev="1.0.0">
  <artifact name="security-service-schema" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.vsspt', module='security-service-schema', version='1.0.0')
)
                libraryDependencies += "com.github.vsspt" % "security-service-schema" % "1.0.0"
                [com.github.vsspt/security-service-schema "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.vsspt : jaxb-ri-xjc | jar | 2.0.0 |