修改密码

请输入密码
请输入密码 请输入8-64长度密码 和 email 地址不相同 至少包括数字、大写字母、小写字母、半角符号中的 3 个
请输入密码
提交

修改昵称

当前昵称:
提交

申请证书

证书详情

Please complete this required field.

  • Ultipa Graph V4

Standalone

Please complete this required field.

Please complete this required field.

服务器的MAC地址

Please complete this required field.

Please complete this required field.

取消
申请
ID
产品
状态
核数
申请天数
审批时间
过期时间
MAC地址
申请理由
审核信息
关闭
基础信息
  • 用户昵称:
  • 手机号:
  • 公司名称:
  • 公司邮箱:
  • 地区:
  • 语言:
修改密码
申请证书

当前未申请证书.

申请证书
Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

ProductName CreateTime ID Price File
ProductName CreateTime ID Price File

No Invoice

搜索
    English

      Installation

      This chapter demonstrates how to install Ultipa Java SDK. Please request the latest version of ultipa-sdk-java-xxx.jar from Ultipa Support.

      Java Environment

      Java version 8 +

      Introduce into Maven Project

      Java SDKs of V4.1.0 or later version can be introduced into Maven via private repository (method A listed below) and need not to upload the sdk file, while the older versions can be introduced via method A~C.

      A. Private Maven repository

      • Upload the sdk file (only for versions older than V4.1.0) to private Maven repository via related management console, nexus for example;
      • Add below dependencies to pom.xml:

      <dependency>
        <groupId>com.ultipa</groupId>
        <artifactId>ultipa-java-sdk</artifactId>
        <version>4.0.1</version>
      </dependency>
      

      This apporach provides the conveniences of both auto transfer and download of 3rd party packages, and needs no additional operations on other servers, with the prerequisite that your organization has an environment of private Maven repository.

      B. Local directory (only for versions older than V4.1.0)

      • Store the sdk file under directory lib of your Maven project;
      • Add below dependencies to pom.xml:

      <dependency>
        <groupId>com.ultipa</groupId>
        <artifactId>ultipa-java-sdk</artifactId>
        <version>4.0.1</version>
        <scope>system</scope>
        <systemPath>${pom.basedir}/src/main/resources/lib/ultipa-java-sdk-4.0.1.jar</systemPath>
      </dependency>
      

      This approach requires developers to manually add dependencies into pom.xml for any other 3rd party packages needed by sdk.

      C. Local Maven repository (only for versions older than V4.1.0)

      • Execute below command and install sdk to local Maven repository:

      mvn install:install-file -Dfile=D:\ultipa-java-sdk-4.0.1.jar -DgroupId=com.ultipa -DartifactId=ultipa-java-sdk -Dversion=4.0.1 -Dpackaging=jar
      
      • Add below dependencies to pom.xml:

      <dependency>
        <groupId>com.ultipa</groupId>
        <artifactId>ultipa-java-sdk</artifactId>
        <version>4.0.1</version>
      </dependency>
      

      In this approach, dependencies of 3rd party packages will be automatically transferred and downloaded. In case the Maven package is on another server, Jenkins for example, developers should also execute commands in the Jenkins server to install sdk to local Maven repository.

      请完成以下信息后可下载此书
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写