Categories |
CategoriesNet Hibernate Data ORM |
---|---|
GroupId | GroupIdnet.sf.r4h |
ArtifactId | ArtifactIdrepository4hibernate |
Version | Version4.1.8.Final |
Type | Typepom |
Filename | Size |
---|---|
repository4hibernate-4.1.8.Final.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate/ -->
<dependency>
<groupId>net.sf.r4h</groupId>
<artifactId>repository4hibernate</artifactId>
<version>4.1.8.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate/
implementation 'net.sf.r4h:repository4hibernate:4.1.8.Final'
// https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate/
implementation ("net.sf.r4h:repository4hibernate:4.1.8.Final")
'net.sf.r4h:repository4hibernate:pom:4.1.8.Final'
<dependency org="net.sf.r4h" name="repository4hibernate" rev="4.1.8.Final">
<artifact name="repository4hibernate" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.r4h', module='repository4hibernate', version='4.1.8.Final')
)
libraryDependencies += "net.sf.r4h" % "repository4hibernate" % "4.1.8.Final"
[net.sf.r4h/repository4hibernate "4.1.8.Final"]