java 使用 jep3.5 解析公式自动计算(包含BigDecimal模式 浮点数精准计算)

下载地址: jep3.5 jar包与文档.rar

由于3.X并未上传maven所有只能下载jar包使用maven本地导入

		<dependency>
			<groupId>com.singularsys</groupId>
			<artifactId>jep</artifactId>
			<version>3.5</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/src/main/resources/lib/jep-java-3.5-trial.jar</systemPath>
		</dependency>

猜你喜欢

转载自blog.csdn.net/weixin_40461281/article/details/106073756