- Jakarta EE Cookbook
- Elder Moraes
- 14字
- 2021-06-24 16:12:45
Getting ready
First, we need to add the required dependencies:
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>8.0</version>
<scope>provided</scope>
</dependency>
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- 精通搜索分析
- Java 9 Programming Blueprints
- 云原生Spring實戰
- aelf區塊鏈應用架構指南
- 實戰Java高并發程序設計(第3版)
- Gradle for Android
- Learning ArcGIS for Desktop
- 軟件品質之完美管理:實戰經典
- Java Fundamentals
- C++ Application Development with Code:Blocks
- Serverless Web Applications with React and Firebase
- Android Studio Cookbook
- Mastering Adobe Captivate 7
- Modernizing Legacy Applications in PHP