| Categories |
CategoriesCLI User Interface Hibernate Data ORM |
|---|---|
| GroupId | GroupIdcom.enioka.jqm |
| ArtifactId | ArtifactIdjqm-api-client-hibernate |
| Version | Version2.2.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jqm-api-client-hibernate-2.2.7.pom | |
| jqm-api-client-hibernate-2.2.7.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.enioka.jqm/jqm-api-client-hibernate/ -->
<dependency>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-api-client-hibernate</artifactId>
<version>2.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-api-client-hibernate/
implementation 'com.enioka.jqm:jqm-api-client-hibernate:2.2.7'
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-api-client-hibernate/
implementation ("com.enioka.jqm:jqm-api-client-hibernate:2.2.7")
'com.enioka.jqm:jqm-api-client-hibernate:jar:2.2.7'
<dependency org="com.enioka.jqm" name="jqm-api-client-hibernate" rev="2.2.7">
<artifact name="jqm-api-client-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enioka.jqm', module='jqm-api-client-hibernate', version='2.2.7')
)
libraryDependencies += "com.enioka.jqm" % "jqm-api-client-hibernate" % "2.2.7"
[com.enioka.jqm/jqm-api-client-hibernate "2.2.7"]