| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdio.github.itliwei.vboot | 
| ArtifactId | ArtifactIdv-orm | 
| Version | Version1.0.0-RELEASE | 
| Type | Typepom | 
| Description | Descriptionv-orm v-orm | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| v-orm-1.0.0-RELEASE.pom | 842 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.itliwei.vboot/v-orm/ -->
<dependency>
    <groupId>io.github.itliwei.vboot</groupId>
    <artifactId>v-orm</artifactId>
    <version>1.0.0-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.github.itliwei.vboot/v-orm/
implementation 'io.github.itliwei.vboot:v-orm:1.0.0-RELEASE'// https://jarcasting.com/artifacts/io.github.itliwei.vboot/v-orm/
implementation ("io.github.itliwei.vboot:v-orm:1.0.0-RELEASE")'io.github.itliwei.vboot:v-orm:pom:1.0.0-RELEASE'<dependency org="io.github.itliwei.vboot" name="v-orm" rev="1.0.0-RELEASE">
  <artifact name="v-orm" type="pom" />
</dependency>@Grapes(
@Grab(group='io.github.itliwei.vboot', module='v-orm', version='1.0.0-RELEASE')
)libraryDependencies += "io.github.itliwei.vboot" % "v-orm" % "1.0.0-RELEASE"[io.github.itliwei.vboot/v-orm "1.0.0-RELEASE"]