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