获取指标说明的能力
This commit is contained in:
29
pom.xml
29
pom.xml
@@ -283,12 +283,31 @@
|
||||
<artifactId>geoip2</artifactId>
|
||||
<version>4.3.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- IP 归属地,但是纯真 -->
|
||||
<!-- GraalVM JS runtime -->
|
||||
<dependency>
|
||||
<groupId>net.cz88</groupId>
|
||||
<artifactId>czdb-search</artifactId>
|
||||
<version>1.0.2.7</version>
|
||||
<groupId>org.graalvm.polyglot</groupId>
|
||||
<artifactId>polyglot</artifactId>
|
||||
<version>24.2.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- GraalVM JS engine 实现 -->
|
||||
<dependency>
|
||||
<groupId>org.graalvm.js</groupId>
|
||||
<artifactId>js-scriptengine</artifactId>
|
||||
<version>24.2.1</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.graalvm.js/js -->
|
||||
<dependency>
|
||||
<groupId>org.graalvm.js</groupId>
|
||||
<artifactId>js</artifactId>
|
||||
<version>24.2.1</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
|
||||
<dependency>
|
||||
<groupId>org.jsoup</groupId>
|
||||
<artifactId>jsoup</artifactId>
|
||||
<version>1.20.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user