b0925663ab
新增公用实体类GardsNuclLinesLib 新增实体类LocalCache缓存信息到本地jvm 新增实体类分别处理对应数据 实现查询InteractiveTool,ZeroTime,Korsum,KorSumInput,energyCalibration,resolutionCalibration,EfficiencyCalibration,NuclideLibrary,configUserLibrary,viewComment,peakInformation,viewARR,viewRRR,radionuclideActivity,Spectrum,sampleInformation,viewQCResult,viewRLR,viewAutomaticAnalysisLog,viewGammaviewerLog接口
40 lines
1.3 KiB
XML
40 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
<artifactId>jeecg-boot-parent</artifactId>
|
|
<version>3.5.1</version>
|
|
</parent>
|
|
|
|
<artifactId>jeecg-module-spectrum-analysis</artifactId>
|
|
|
|
<dependencies>
|
|
<!-- 引入jeecg-boot-starter-cloud依赖 -->
|
|
<dependency>
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
<artifactId>jeecg-boot-starter-cloud</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
<artifactId>jeecg-boot-base-core</artifactId>
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.ejml/ejml-simple -->
|
|
<dependency>
|
|
<groupId>org.ejml</groupId>
|
|
<artifactId>ejml-simple</artifactId>
|
|
<version>0.39</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>23.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |