- Jakarta EE Cookbook
- Elder Moraes
- 22字
- 2021-06-24 16:12:40
Getting ready
We start by adding our dependencies to the project:
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
<version>7.0.4</version>
</dependency>
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>8.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
推薦閱讀
- Learning C# by Developing Games with Unity 2020
- 零基礎PHP學習筆記
- Getting Started with CreateJS
- Mastering Predictive Analytics with Python
- Yocto for Raspberry Pi
- 深入理解Elasticsearch(原書第3版)
- iPhone應用開發從入門到精通
- 用案例學Java Web整合開發
- Django 3.0應用開發詳解
- LabVIEW數據采集
- Functional Python Programming
- Python應用與實戰
- ASP.NET Core and Angular 2
- Getting Started with Windows Server Security
- Learning Gerrit Code Review