| Categories |
CategoriesScala Languages Hibernate Data ORM |
|---|---|
| GroupId | GroupIdcom.github.scalapi |
| ArtifactId | ArtifactIdscalapi-hibernate |
| Version | Version0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| scalapi-hibernate-0.4.pom | |
| scalapi-hibernate-0.4.jar | 8 KB |
| scalapi-hibernate-0.4-sources.jar | 1 KB |
| scalapi-hibernate-0.4-javadoc.jar | 339 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.scalapi/scalapi-hibernate/ -->
<dependency>
<groupId>com.github.scalapi</groupId>
<artifactId>scalapi-hibernate</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scalapi/scalapi-hibernate/
implementation 'com.github.scalapi:scalapi-hibernate:0.4'
// https://jarcasting.com/artifacts/com.github.scalapi/scalapi-hibernate/
implementation ("com.github.scalapi:scalapi-hibernate:0.4")
'com.github.scalapi:scalapi-hibernate:jar:0.4'
<dependency org="com.github.scalapi" name="scalapi-hibernate" rev="0.4">
<artifact name="scalapi-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scalapi', module='scalapi-hibernate', version='0.4')
)
libraryDependencies += "com.github.scalapi" % "scalapi-hibernate" % "0.4"
[com.github.scalapi/scalapi-hibernate "0.4"]