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