- 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' }
}
推薦閱讀
- Java逍遙游記
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Learning Cython Programming(Second Edition)
- Python for Secret Agents:Volume II
- Designing Hyper-V Solutions
- INSTANT Django 1.5 Application Development Starter
- Hands-On Natural Language Processing with Python
- ServiceNow:Building Powerful Workflows
- The Professional ScrumMaster’s Handbook
- 計算機應用技能實訓教程
- 從零開始學Android開發
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Google Adsense優化實戰
- C++17 By Example
- Data Manipulation with R(Second Edition)