Categories |
CategoriesMaven Build Tools Hibernate Data ORM |
---|---|
GroupId | GroupIdcom.google.code.maven-play-plugin.org.hibernate |
ArtifactId | ArtifactIdhibernate-core |
Version | Version3.6.1.Final-patched-play-1.2 |
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.6.1.Final-patched-play-1.2</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.6.1.Final-patched-play-1.2'
// 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.6.1.Final-patched-play-1.2")
'com.google.code.maven-play-plugin.org.hibernate:hibernate-core:jar:3.6.1.Final-patched-play-1.2'
<dependency org="com.google.code.maven-play-plugin.org.hibernate" name="hibernate-core" rev="3.6.1.Final-patched-play-1.2">
<artifact name="hibernate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.org.hibernate', module='hibernate-core', version='3.6.1.Final-patched-play-1.2')
)
libraryDependencies += "com.google.code.maven-play-plugin.org.hibernate" % "hibernate-core" % "3.6.1.Final-patched-play-1.2"
[com.google.code.maven-play-plugin.org.hibernate/hibernate-core "3.6.1.Final-patched-play-1.2"]