Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.pugwoo |
ArtifactId | ArtifactIdnimble-orm |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
nimble-orm-1.1.0.pom | |
nimble-orm-1.1.0.jar | 104 KB |
nimble-orm-1.1.0-sources.jar | 73 KB |
nimble-orm-1.1.0-javadoc.jar | 392 KB |
Browse |
<!-- 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"]