12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- #
- # *********************************************************************************************************************
- #
- # iFHS7.
- # ;BBMBMBMc rZMBMBR BMB
- # MBEr:;PBM, 7MBMMEOBB: BBB RBW
- # XK: BO SB. :SZ MBM. c;; ir BBM :FFr :SSF: ;xBMB:r iuGXv. i:. iF2;
- # DBBM0r. :D S7 ;XMBMB GMBMu. MBM: BMB MBMBBBMBMS WMBMBMBBK MBMBMBM BMBRBMBW .MBMBMBMBB
- # :JMRMMD .. , 1MMRM1; ;MBMBBR: MBM ;MB: BMB: MBM. RMBr sBMH BM0 UMB, BMB. KMBv
- # ;. XOW B1; :uM: 1RE, i .2BMBs rMB. MBO MBO JMB; MBB MBM BBS 7MBMBOBM: MBW :BMc
- # OBRJ.SEE MRDOWOR, 3DE:7OBM . ;BMB RMR7BM BMB MBB. BMB ,BMR .BBZ MMB rMB, BMM rMB7
- # :FBRO0D0 RKXSXPR. JOKOOMPi BMBSSWBMB; BMBB: MBMB0ZMBMS .BMBOXRBMB MBMDE RBM2;SMBM; MBB xBM2
- # iZGE O0SHSPO. uGZ7. sBMBMBDL :BMO OZu:BMBK, rRBMB0; ,EBMB xBMBr:ER. RDU :OO;
- # ,BZ, 1D0 RPSFHXR. xWZ .SMr . .BBB
- # :0BMRDG RESSSKR. 2WOMBW; BMBMR
- # i0BM: SWKHKGO MBDv
- # .UB OOGDM. MK, Copyright (c) 2015-2019. ˹��̹������
- # , XMW ..
- # r All rights reserved.
- #
- # *********************************************************************************************************************
- #
- SAGA_URL = http://www.sagacloud.cn
- SAGA_KOTLIN_VERSION = 1.4.109
- # android
- # SYBOTAN_KOTLIN_VERSION = 1.4.63
- LICENSE_NAME = The Apache Software License, Version 2.0
- LICENSE_URL = http://www.apache.org/licenses/LICENSE-2.0.txt
- MAVEN_REPO_PUBLIC_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-public/
- MAVEN_REPO_RELEASE_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-releases/
- MAVEN_REPO_SNAPSHOT_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-snapshots/
- NEXUS_USERNAME = saga
- NEXUS_PASSWORD = saga
- DEVELOPER_ID = Andy.Sybotan
- DEVELOPER_NAME = Andy
- JVM_TARGET = 1.8
- JDK_VERSION = 8
- # https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-gradle-plugin
- DOKKA_VERSION = 0.9.16
- # https://mvnrepository.com/artifact/com.alibaba/druid
- DRUID_VERSION = 1.1.21
- # https://mvnrepository.com/artifact/com.alibaba/fastjson
- FASTJSON_VERSION = 1.2.60
- #FASTJSON_VERSION = 1.1.70.android
- # https://mvnrepository.com/artifact/org.hidetake/gradle-ssh-plugin
- GRADLE_SSH_VERSION = 2.10.1
- # https://mvnrepository.com/artifact/ca.coglinc/javacc-gradle-plugin
- JAVACC_GRACLE_VERSION = 2.4.0
- # https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-jdk8
- KOTLIN_VERSION = 1.3.61
- # https://mvnrepository.com/artifact/org.mybatis/mybatis
- MYBATIS_VERSION = 3.5.3
- # https://mvnrepository.com/artifact/mysql/mysql-connector-java
- MYSQL_VERSION = 8.0.18
- # https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
- OKHTTP_VERSION = 3.14.4
- # https://mvnrepository.com/artifact/javax.persistence/persistence-api
- PERSISTENCE_VERSION = 1.0.2
- # https://mvnrepository.com/artifact/org.postgresql/postgresql
- POSTGRESQL_VERSION = 42.2.9
- # https://mvnrepository.com/artifact/org.slf4j/slf4j-api
- SLF4J_VERSION = 1.7.29
- # https://mvnrepository.com/artifact/org.testng/testng
- TESTNG_VERSION = 7.0.0
|