Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.specrunner |
ArtifactId | ArtifactIdspecrunner-hibernate4 |
Version | Version1.4.30 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.specrunner/specrunner-hibernate4/ -->
<dependency>
<groupId>org.specrunner</groupId>
<artifactId>specrunner-hibernate4</artifactId>
<version>1.4.30</version>
</dependency>
// https://jarcasting.com/artifacts/org.specrunner/specrunner-hibernate4/
implementation 'org.specrunner:specrunner-hibernate4:1.4.30'
// https://jarcasting.com/artifacts/org.specrunner/specrunner-hibernate4/
implementation ("org.specrunner:specrunner-hibernate4:1.4.30")
'org.specrunner:specrunner-hibernate4:jar:1.4.30'
<dependency org="org.specrunner" name="specrunner-hibernate4" rev="1.4.30">
<artifact name="specrunner-hibernate4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specrunner', module='specrunner-hibernate4', version='1.4.30')
)
libraryDependencies += "org.specrunner" % "specrunner-hibernate4" % "1.4.30"
[org.specrunner/specrunner-hibernate4 "1.4.30"]