is not current version
Last Version 1.2.3

com.pugwoo:nimble-orm 0.9.2

nimble-orm an ORM based on Spring jdbcTemplate.

Categories

Categories

ORM Data
GroupId

GroupId

com.pugwoo
ArtifactId

ArtifactId

nimble-orm
Version

Version

0.9.2
Type

Type

jar

Download nimble-orm 0.9.2


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