is not current version
Last Version 3.4.7

org.hotrodorm.hotrod:hotrod 3.0.5

Advanced Java ORM

Categories

Categories

ORM Data
GroupId

GroupId

org.hotrodorm.hotrod
ArtifactId

ArtifactId

hotrod
Version

Version

3.0.5
Type

Type

jar

Download hotrod 3.0.5


<!-- https://jarcasting.com/artifacts/org.hotrodorm.hotrod/hotrod/ -->
<dependency>
    <groupId>org.hotrodorm.hotrod</groupId>
    <artifactId>hotrod</artifactId>
    <version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.hotrodorm.hotrod/hotrod/
implementation 'org.hotrodorm.hotrod:hotrod:3.0.5'
// https://jarcasting.com/artifacts/org.hotrodorm.hotrod/hotrod/
implementation ("org.hotrodorm.hotrod:hotrod:3.0.5")
'org.hotrodorm.hotrod:hotrod:jar:3.0.5'
<dependency org="org.hotrodorm.hotrod" name="hotrod" rev="3.0.5">
  <artifact name="hotrod" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hotrodorm.hotrod', module='hotrod', version='3.0.5')
)
libraryDependencies += "org.hotrodorm.hotrod" % "hotrod" % "3.0.5"
[org.hotrodorm.hotrod/hotrod "3.0.5"]