From 64ffb775813527a5d51809be1c8fabc8173d4be2 Mon Sep 17 00:00:00 2001 From: ZHOU HAO Date: Sun, 23 Nov 2025 02:35:28 +0000 Subject: [PATCH] updated java package importing function. --- web-sdk/README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/web-sdk/README.md b/web-sdk/README.md index ec58564..24c2105 100644 --- a/web-sdk/README.md +++ b/web-sdk/README.md @@ -1,12 +1,21 @@ ## Usage ### 1. Register your APP -Register your APP on irext SDK console [irext SDK console](http://site.irext.net), (You need to register an irext account first +Register your APP on irext SDK console [irext SDK console](http://site.irext.net), (You need to register an irext account first. -While your APP is registered, you can see the APP key and APP secret in your APP list +While your APP is registered, you can see the APP key and APP secret in your APP list. ### 2. Import the SDK -You can either import this project or download the web-api .jar file from [Java SDK](http://irext-lib-releaese.oss-cn-hangzhou.aliyuncs.com/decode/0.1.2/web-api-java-0.1.2.jar) and import to your project +Import the SDK package in your maven project by adding following lines to pom.xml and sync the maven project. +```xml + + net.irext.webapi + irext-webapi + 1.5.1 + +``` + + ### 3. Use the SDK