Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-testsuite |
Version | Version3.3.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
hibernate-testsuite-3.3.0.CR1.pom | |
hibernate-testsuite-3.3.0.CR1.jar | 3 KB |
hibernate-testsuite-3.3.0.CR1-sources.jar | 327 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-testsuite/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testsuite</artifactId>
<version>3.3.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-testsuite/
implementation 'org.hibernate:hibernate-testsuite:3.3.0.CR1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-testsuite/
implementation ("org.hibernate:hibernate-testsuite:3.3.0.CR1")
'org.hibernate:hibernate-testsuite:jar:3.3.0.CR1'
<dependency org="org.hibernate" name="hibernate-testsuite" rev="3.3.0.CR1">
<artifact name="hibernate-testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-testsuite', version='3.3.0.CR1')
)
libraryDependencies += "org.hibernate" % "hibernate-testsuite" % "3.3.0.CR1"
[org.hibernate/hibernate-testsuite "3.3.0.CR1"]