Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.atteo.moonshine |
ArtifactId | ArtifactIdhibernate |
Version | Version1.0.RC1 |
Type | Typejar |
Filename | Size |
---|---|
hibernate-1.0.RC1.pom | |
hibernate-1.0.RC1.jar | 12 KB |
hibernate-1.0.RC1-sources.jar | 5 KB |
hibernate-1.0.RC1-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/hibernate/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>hibernate</artifactId>
<version>1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/hibernate/
implementation 'org.atteo.moonshine:hibernate:1.0.RC1'
// https://jarcasting.com/artifacts/org.atteo.moonshine/hibernate/
implementation ("org.atteo.moonshine:hibernate:1.0.RC1")
'org.atteo.moonshine:hibernate:jar:1.0.RC1'
<dependency org="org.atteo.moonshine" name="hibernate" rev="1.0.RC1">
<artifact name="hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='hibernate', version='1.0.RC1')
)
libraryDependencies += "org.atteo.moonshine" % "hibernate" % "1.0.RC1"
[org.atteo.moonshine/hibernate "1.0.RC1"]