- Kotlin Blueprints
- Ashish Belagali Hardik Trivedi Akshay Chordiya
- 52字
- 2021-07-02 21:50:15
Gradle dependency
Adding dependency for Jackson-Kotlin:
// Object Mapping
compile "com.fasterxml.jackson.module:jackson-module-kotlin"
For PostGIS:
compile "com.github.mayconbordin:postgis-geojson:1.0"
The artifact of this library is on JitPack. Hence we need to add an additional Maven repository in our build.gradle file:
repositories {
....
// To fetch object mapper for PostGIS
maven { url 'https://jitpack.io' }
}
推薦閱讀
- Practical Data Analysis Cookbook
- Python數據分析入門與實戰
- PHP+MySQL網站開發技術項目式教程(第2版)
- Learning AWS Lumberyard Game Development
- Java程序員面試算法寶典
- Hands-On Natural Language Processing with Python
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- QlikView Unlocked
- SQL Server 2012 數據庫應用教程(第3版)
- Python數據預處理技術與實踐
- Qt 5.12實戰
- ANSYS FLUENT 16.0超級學習手冊
- Swift 2 Blueprints
- 前端程序員面試筆試真題與解析
- Visual C++ 開發從入門到精通