|  |  |  | 
|---|
|  |  |  | <groupId>com.aliyun</groupId> | 
|---|
|  |  |  | <artifactId>alibaba-dingtalk-service-sdk</artifactId> | 
|---|
|  |  |  | <version>2.0.0</version> | 
|---|
|  |  |  | <exclusions> | 
|---|
|  |  |  | <exclusion> | 
|---|
|  |  |  | <groupId>commons-logging</groupId> | 
|---|
|  |  |  | <artifactId>commons-logging</artifactId> | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | </exclusions> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>commons-codec</groupId> | 
|---|
|  |  |  | 
|---|
|  |  |  | <version>1.15</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 获得系统信息 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.github.oshi</groupId> | 
|---|
|  |  |  | <artifactId>oshi-core</artifactId> | 
|---|
|  |  |  | <version>6.6.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>net.java.dev.jna</groupId> | 
|---|
|  |  |  | <artifactId>jna</artifactId> | 
|---|
|  |  |  | <version>5.12.1</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>net.java.dev.jna</groupId> | 
|---|
|  |  |  | <artifactId>jna-platform</artifactId> | 
|---|
|  |  |  | <version>5.12.1</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- 类反射 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.reflections</groupId> | 
|---|
|  |  |  | <artifactId>reflections</artifactId> | 
|---|
|  |  |  | <version>0.10.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 测试 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.springframework.boot</groupId> | 
|---|