is not current version
Last Version 1.2.3

com.pugwoo:nimble-orm 1.1.0

nimble-orm an ORM based on Spring jdbcTemplate.

Categories

Categories

ORM Data
GroupId

GroupId

com.pugwoo
ArtifactId

ArtifactId

nimble-orm
Version

Version

1.1.0
Type

Type

jar

Download nimble-orm 1.1.0


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