Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdde.taimos |
ArtifactId | ArtifactIdspring-dao-hibernate |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
spring-dao-hibernate-1.8.pom | |
spring-dao-hibernate-1.8.jar | 9 KB |
spring-dao-hibernate-1.8-sources.jar | 6 KB |
spring-dao-hibernate-1.8-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.taimos/spring-dao-hibernate/ -->
<dependency>
<groupId>de.taimos</groupId>
<artifactId>spring-dao-hibernate</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.taimos/spring-dao-hibernate/
implementation 'de.taimos:spring-dao-hibernate:1.8'
// https://jarcasting.com/artifacts/de.taimos/spring-dao-hibernate/
implementation ("de.taimos:spring-dao-hibernate:1.8")
'de.taimos:spring-dao-hibernate:jar:1.8'
<dependency org="de.taimos" name="spring-dao-hibernate" rev="1.8">
<artifact name="spring-dao-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.taimos', module='spring-dao-hibernate', version='1.8')
)
libraryDependencies += "de.taimos" % "spring-dao-hibernate" % "1.8"
[de.taimos/spring-dao-hibernate "1.8"]