| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesHibernate Data ORM | 
        
| GroupId | GroupIdml.rugal.archetype | 
    
| ArtifactId | ArtifactIdspringmvc-spring-hibernate | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionArchetype - springmvc.spring.hibernate 
            A pretty useful JavaEE application archetype based on springmvc spring and hibernate 
         | 
    
| Filename | Size | 
|---|---|
| springmvc-spring-hibernate-1.0.pom | |
| springmvc-spring-hibernate-1.0.jar | 55 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ml.rugal.archetype/springmvc-spring-hibernate/ -->
<dependency>
    <groupId>ml.rugal.archetype</groupId>
    <artifactId>springmvc-spring-hibernate</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/ml.rugal.archetype/springmvc-spring-hibernate/
implementation 'ml.rugal.archetype:springmvc-spring-hibernate:1.0'
                // https://jarcasting.com/artifacts/ml.rugal.archetype/springmvc-spring-hibernate/
implementation ("ml.rugal.archetype:springmvc-spring-hibernate:1.0")
                'ml.rugal.archetype:springmvc-spring-hibernate:jar:1.0'
                <dependency org="ml.rugal.archetype" name="springmvc-spring-hibernate" rev="1.0">
  <artifact name="springmvc-spring-hibernate" type="jar" />
</dependency>
                @Grapes(
@Grab(group='ml.rugal.archetype', module='springmvc-spring-hibernate', version='1.0')
)
                libraryDependencies += "ml.rugal.archetype" % "springmvc-spring-hibernate" % "1.0"
                [ml.rugal.archetype/springmvc-spring-hibernate "1.0"]