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