We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd69732 commit ce1be0dCopy full SHA for ce1be0d
jmg-gui/pom.xml
@@ -14,6 +14,12 @@
14
<version>${revision}</version>
15
<scope>compile</scope>
16
</dependency>
17
+ <!--
18
+ 1、下载 jexpr-encoder-utils-0.2.2.jar
19
+ https://github.com/woodpecker-appstore/jexpr-encoder-utils/releases
20
+ 2、添加到本地 Maven 仓库
21
+ mvn install:install-file -Dfile=jexpr-encoder-utils-0.2.2.jar -DgroupId=me.gv7.woodpecker -DartifactId=jexpr-encoder-utils -Dversion=0.2.2 -Dpackaging=jar
22
+ -->
23
<dependency>
24
<groupId>me.gv7.woodpecker</groupId>
25
<artifactId>jexpr-encoder-utils</artifactId>
0 commit comments