Skip to content

Install

WangTingZheng edited this page Jul 10, 2020 · 3 revisions

In this page, you will learn how to add MyOrm to your project.

IDE

I use JetBrains IDEA as my ide:

IntelliJ IDEA 2020.2 EAP (Ultimate Edition)
Build #IU-202.5958.24, built on June 25, 2020
IntelliJ IDEA EAP User
Expiration date: July 25, 2020
Runtime version: 11.0.7+10-b944.13 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 725M
Cores: 8

Maven

MyOrm was built in maven, so you'd better use maven as your project management tool too. you can:

  • Right click your project name in IDEA
  • Click Add Framework Support
  • Select Maven in the list and click ok

Add MyOrm

Add this in your pom.xm in dependencies label

<dependency>
	<groupId>com.wangtingzheng</groupId>
	<artifactId>MyOrm</artifactId>
	<version>1.0.6</version>
</dependency>

and refresh you project let IDEA download and load dependency. Note: The latest version package can be check here!!!

Crack latest version

The version in this page may not be latest, please check here to find latest version.

Attention: The dependency text in Github Package is incorrect! Do not use!

Clone this wiki locally