- Jakarta EE Cookbook
- Elder Moraes
- 15字
- 2021-06-24 16:12:39
Getting ready
Let's add our dependencies to the project:
<dependencies>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.1.4</version>
</dependency>
</dependencies>
推薦閱讀
- AngularJS Testing Cookbook
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Learning RabbitMQ
- Amazon S3 Cookbook
- Functional Kotlin
- MongoDB權威指南(第3版)
- Mathematica Data Analysis
- H5頁面設計:Mugeda版(微課版)
- 精通Linux(第2版)
- C++從入門到精通(第5版)
- Instant Lucene.NET
- Visual C#.NET Web應用程序設計
- Exploring SE for Android
- Data Science Algorithms in a Week
- Learning Kotlin by building Android Applications