Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdnl.topicus |
ArtifactId | ArtifactIdspanner-hibernate |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
spanner-hibernate-0.8.pom | |
spanner-hibernate-0.8.jar | 28 KB |
spanner-hibernate-0.8-sources.jar | 7 KB |
spanner-hibernate-0.8-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.topicus/spanner-hibernate/ -->
<dependency>
<groupId>nl.topicus</groupId>
<artifactId>spanner-hibernate</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/nl.topicus/spanner-hibernate/
implementation 'nl.topicus:spanner-hibernate:0.8'
// https://jarcasting.com/artifacts/nl.topicus/spanner-hibernate/
implementation ("nl.topicus:spanner-hibernate:0.8")
'nl.topicus:spanner-hibernate:jar:0.8'
<dependency org="nl.topicus" name="spanner-hibernate" rev="0.8">
<artifact name="spanner-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.topicus', module='spanner-hibernate', version='0.8')
)
libraryDependencies += "nl.topicus" % "spanner-hibernate" % "0.8"
[nl.topicus/spanner-hibernate "0.8"]