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