在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):grandstaish/paperparcel开源软件地址(OpenSource Url):https://github.com/grandstaish/paperparcel开源编程语言(OpenSource Language):Java 99.7%开源软件介绍(OpenSource Introduction):This project is deprecatedIt will still be maintained, but no new features will be added. Please use Parcelize, as it is the official way of generating PaperParcelPaperParcel is an annotation processor that automatically generates the For more information please see the website. DownloadJava: dependencies {
compile 'nz.bradcampbell:paperparcel:2.0.8'
annotationProcessor 'nz.bradcampbell:paperparcel-compiler:2.0.8'
} Kotlin: apply plugin: 'kotlin-kapt'
dependencies {
compile 'nz.bradcampbell:paperparcel:2.0.8'
compile 'nz.bradcampbell:paperparcel-kotlin:2.0.8' // Optional
kapt 'nz.bradcampbell:paperparcel-compiler:2.0.8'
} Development snapshots are available on JFrog OSS Artifactory. License
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论