| License |
License |
|---|---|
| Categories |
CategoriesData Hibernate ORM |
| GroupId | GroupIdorg.n52.sensorweb.sos |
| ArtifactId | ArtifactIdhibernate-datasource |
| Version | Version5.0.0-alpha.10 |
| Type | Typepom |
| Description |
Description52°North SOS - Hibernate Datasources
52°North Sensor Observation Service Hibernate datasource module
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| hibernate-datasource-5.0.0-alpha.10.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.n52.sensorweb.sos/hibernate-datasource/ -->
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate-datasource</artifactId>
<version>5.0.0-alpha.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.n52.sensorweb.sos/hibernate-datasource/
implementation 'org.n52.sensorweb.sos:hibernate-datasource:5.0.0-alpha.10'
// https://jarcasting.com/artifacts/org.n52.sensorweb.sos/hibernate-datasource/
implementation ("org.n52.sensorweb.sos:hibernate-datasource:5.0.0-alpha.10")
'org.n52.sensorweb.sos:hibernate-datasource:pom:5.0.0-alpha.10'
<dependency org="org.n52.sensorweb.sos" name="hibernate-datasource" rev="5.0.0-alpha.10">
<artifact name="hibernate-datasource" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.n52.sensorweb.sos', module='hibernate-datasource', version='5.0.0-alpha.10')
)
libraryDependencies += "org.n52.sensorweb.sos" % "hibernate-datasource" % "5.0.0-alpha.10"
[org.n52.sensorweb.sos/hibernate-datasource "5.0.0-alpha.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-core | jar | 5.4.4.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-core | jar | 2.28.2 |