Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.pugwoo |
ArtifactId | ArtifactIdnimble-orm |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
nimble-orm-1.0.4.pom | |
nimble-orm-1.0.4.jar | 100 KB |
nimble-orm-1.0.4-sources.jar | 70 KB |
nimble-orm-1.0.4-javadoc.jar | 381 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pugwoo/nimble-orm/ -->
<dependency>
<groupId>com.pugwoo</groupId>
<artifactId>nimble-orm</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.pugwoo/nimble-orm/
implementation 'com.pugwoo:nimble-orm:1.0.4'
// https://jarcasting.com/artifacts/com.pugwoo/nimble-orm/
implementation ("com.pugwoo:nimble-orm:1.0.4")
'com.pugwoo:nimble-orm:jar:1.0.4'
<dependency org="com.pugwoo" name="nimble-orm" rev="1.0.4">
<artifact name="nimble-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pugwoo', module='nimble-orm', version='1.0.4')
)
libraryDependencies += "com.pugwoo" % "nimble-orm" % "1.0.4"
[com.pugwoo/nimble-orm "1.0.4"]