Giter Site home page Giter Site logo

tommylemon / apijson-orm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apijson/apijson-orm

2.0 2.0 1.0 365 KB

APIJSON ORM 库,可通过 Maven, Gradle 等远程依赖。本仓库为副本,请给原仓库点 Star。APIJSON ORM library for remote dependencies with Maven, Gradle, etc. Please Star the source project.

Home Page: https://github.com/Tencent/APIJSON

License: Other

Java 100.00%

apijson-orm's Introduction

apijson-orm

APIJSON ORM 库,可通过 Maven, Gradle 等远程依赖。
APIJSON ORM library for remote dependencies with Maven, Gradle, etc.

Maven

1. 在 pom.xml 中添加 JitPack 仓库

1. Add the JitPack repository to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

2. 在 pom.xml 中添加 apijson-orm 依赖

2. Add the apijson-orm dependency to pom.xml

	<dependency>
	    <groupId>com.github.APIJSON</groupId>
	    <artifactId>apijson-orm</artifactId>
	    <version>LATEST</version>
	</dependency>



Gradle

1. 在项目根目录 build.gradle 中最后添加 JitPack 仓库

1. Add the JitPack repository in your root build.gradle at the end of repositories

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

2. 在项目某个 module 目录(例如 app) build.gradle 中添加 apijson-orm 依赖

2. Add the apijson-orm dependency in one of your modules(such as app)

	dependencies {
	        implementation 'com.github.APIJSON:apijson-orm:latest'
	}

apijson-orm's People

Contributors

tommylemon avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

ok-seesee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.