Categories |
CategoriesMaven Build Tools Hibernate Data ORM |
---|---|
GroupId | GroupIdcom.google.code.maven-play-plugin.org.hibernate |
ArtifactId | ArtifactIdhibernate-core |
Version | Version3.5.6-Final-patched-play-1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.hibernate/hibernate-core/ -->
<dependency>
<groupId>com.google.code.maven-play-plugin.org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.5.6-Final-patched-play-1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.hibernate/hibernate-core/
implementation 'com.google.code.maven-play-plugin.org.hibernate:hibernate-core:3.5.6-Final-patched-play-1.1'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.hibernate/hibernate-core/
implementation ("com.google.code.maven-play-plugin.org.hibernate:hibernate-core:3.5.6-Final-patched-play-1.1")
'com.google.code.maven-play-plugin.org.hibernate:hibernate-core:jar:3.5.6-Final-patched-play-1.1'
<dependency org="com.google.code.maven-play-plugin.org.hibernate" name="hibernate-core" rev="3.5.6-Final-patched-play-1.1">
<artifact name="hibernate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.org.hibernate', module='hibernate-core', version='3.5.6-Final-patched-play-1.1')
)
libraryDependencies += "com.google.code.maven-play-plugin.org.hibernate" % "hibernate-core" % "3.5.6-Final-patched-play-1.1"
[com.google.code.maven-play-plugin.org.hibernate/hibernate-core "3.5.6-Final-patched-play-1.1"]