| Categories | 
                CategoriesHibernate Data ORM | 
        
|---|---|
| GroupId | GroupIdplexus | 
    
| ArtifactId | ArtifactIdplexus-hibernate | 
    
| Last Version | Last Version1.0-alpha-5 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| plexus-hibernate-1.0-alpha-5.pom | |
| plexus-hibernate-1.0-alpha-5.jar | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/plexus/plexus-hibernate/ -->
<dependency>
    <groupId>plexus</groupId>
    <artifactId>plexus-hibernate</artifactId>
    <version>1.0-alpha-5</version>
</dependency>
                // https://jarcasting.com/artifacts/plexus/plexus-hibernate/
implementation 'plexus:plexus-hibernate:1.0-alpha-5'
                // https://jarcasting.com/artifacts/plexus/plexus-hibernate/
implementation ("plexus:plexus-hibernate:1.0-alpha-5")
                'plexus:plexus-hibernate:jar:1.0-alpha-5'
                <dependency org="plexus" name="plexus-hibernate" rev="1.0-alpha-5">
  <artifact name="plexus-hibernate" type="jar" />
</dependency>
                @Grapes(
@Grab(group='plexus', module='plexus-hibernate', version='1.0-alpha-5')
)
                libraryDependencies += "plexus" % "plexus-hibernate" % "1.0-alpha-5"
                [plexus/plexus-hibernate "1.0-alpha-5"]