fastorm

fastorm is a lightweight database operate util

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.gitee.grassprogramming
ArtifactId

ArtifactId

fastorm
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

fastorm
fastorm is a lightweight database operate util

Download fastorm

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-jdbc jar 2.1.1.RELEASE
mysql : mysql-connector-java jar 5.1.41

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1