添加依赖
<dependency>
<groupId>com.refinitiv.eta</groupId>
<artifactId>eta</artifactId>
<version>3.10.0.1</version>
</dependency>
implementation 'com.refinitiv.eta:eta:3.10.0.1'
com.refinitiv.eta:eta:3.10.0.1
<dependency org="com.refinitiv.eta" name="eta" rev="3.10.0.1" />
libraryDependencies += "com.refinitiv.eta" % "eta" % "3.10.0.1"
@Grab(group='com.refinitiv.eta', module='eta', version='3.10.0.1')
[com.refinitiv.eta/eta "3.10.0.1"]
'com.refinitiv.eta:eta:jar:3.10.0.1'
资源下载
| 资源类型 | Central |
|---|---|
| jar 包 | eta-3.10.0.1.jar |
| 源码包 | eta-3.10.0.1-sources.jar |
版本列表 (30)
相关教程
Code Llama 实践:Meta 的代码专用大模型
学习使用 Meta 开源的 Code Llama 系列,掌握其代码填充能力、多种规模选择及本地推理部署。
CompletableFuture 异步:链式调用与组合
使用 CompletableFuture 编排异步任务,实现串行、并行和异常处理。
Metabase 开源 BI:非技术人员也能提问
部署 Metabase,让团队成员用自然语言提问并自动生成图表。
MetaGPT:以软件公司为范式的多代理协作
深入 MetaGPT 如何让多个 AI 代理扮演产品经理、架构师等角色,遵循预定义 SOP 协作生成代码、文档与设计,探索多智能体工程化。
Metasploit 漏洞利用:渗透测试框架实战
学习 Metasploit 框架的基本用法,进行漏洞扫描、选择利用模块和后渗透操作。