Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.n52.sensorweb.sos |
ArtifactId | ArtifactIdhibernate-utils |
Version | Version5.0.0-alpha.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.n52.sensorweb.sos/hibernate-utils/ -->
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate-utils</artifactId>
<version>5.0.0-alpha.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.n52.sensorweb.sos/hibernate-utils/
implementation 'org.n52.sensorweb.sos:hibernate-utils:5.0.0-alpha.4'
// https://jarcasting.com/artifacts/org.n52.sensorweb.sos/hibernate-utils/
implementation ("org.n52.sensorweb.sos:hibernate-utils:5.0.0-alpha.4")
'org.n52.sensorweb.sos:hibernate-utils:jar:5.0.0-alpha.4'
<dependency org="org.n52.sensorweb.sos" name="hibernate-utils" rev="5.0.0-alpha.4">
<artifact name="hibernate-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.n52.sensorweb.sos', module='hibernate-utils', version='5.0.0-alpha.4')
)
libraryDependencies += "org.n52.sensorweb.sos" % "hibernate-utils" % "5.0.0-alpha.4"
[org.n52.sensorweb.sos/hibernate-utils "5.0.0-alpha.4"]