| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdorg.hotrodorm.hotrod |
| ArtifactId | ArtifactIdhotrod-livesql |
| Version | Version3.4.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hotrod-livesql-3.4.5.pom | |
| hotrod-livesql-3.4.5.jar | 350 KB |
| hotrod-livesql-3.4.5-sources.jar | 180 KB |
| hotrod-livesql-3.4.5-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hotrodorm.hotrod/hotrod-livesql/ -->
<dependency>
<groupId>org.hotrodorm.hotrod</groupId>
<artifactId>hotrod-livesql</artifactId>
<version>3.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.hotrodorm.hotrod/hotrod-livesql/
implementation 'org.hotrodorm.hotrod:hotrod-livesql:3.4.5'
// https://jarcasting.com/artifacts/org.hotrodorm.hotrod/hotrod-livesql/
implementation ("org.hotrodorm.hotrod:hotrod-livesql:3.4.5")
'org.hotrodorm.hotrod:hotrod-livesql:jar:3.4.5'
<dependency org="org.hotrodorm.hotrod" name="hotrod-livesql" rev="3.4.5">
<artifact name="hotrod-livesql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hotrodorm.hotrod', module='hotrod-livesql', version='3.4.5')
)
libraryDependencies += "org.hotrodorm.hotrod" % "hotrod-livesql" % "3.4.5"
[org.hotrodorm.hotrod/hotrod-livesql "3.4.5"]