gpt4 book ai didi

java - 在intellij idea和java语言中使用Stimulsoft

转载 作者:行者123 更新时间:2023-11-30 10:36:26 24 4
gpt4 key购买 nike

我要添加Stimulsoft ReportIntellij Idea ,但我不知道如何在 Intellij Idea 中配置、安装和使用此报告工具.

谁能帮帮我?


我访问了 stimulsoft ,但我没有找到适合此软件启动和运行的示例,而且当我找到示例时,它不包含“jar”文件并且不完整。

最佳答案

如果您的 IntelliJ 项目使用 Gradle 或 Maven 等构建自动化工具

  1. 搜索所需的包。例如,如果您尝试 import com.stimulsoft.report.StiReport;,您可以使用 Stimulsoft Reports Report
  2. 选择您想要的版本(可能是最新的)。
  3. 单击您的工具(例如 Gradle 或 Maven)的选项卡。
  4. 将文本复制到您的 build.gradlepom.xml 等。

至少对于 Gradle,您可能需要进行小的更改以匹配项目的设置方式。例如:

Change:
compile group: 'com.stimulsoft', name: 'stimulsoft-reports-report', version: '2019.3.3'

to:
providedCompile 'com.stimulsoft:stimulsoft-reports-report:2019.3.3'

如果不使用构建自动化工具

  1. 通过 File > Project Structure > Libraries > + 将 .jar 作为库添加到项目中
  2. 通过文件 > 项目结构 > 模块 > 依赖选项卡将库添加到模块 > +

关于java - 在intellij idea和java语言中使用Stimulsoft,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40583476/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com