a

assert-parcelable

Simple assertion for Parcelable implementation
https://github.com/artem-zinnatullin/AssertParcelable
Apache License Version 2.0
Artem Zinnatullin
文件下载
文件名 操作
assert-parcelable-1.0.1.jar 下载
assert-parcelable-1.0.1.pom 下载
assert-parcelable-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.artemzin.assert-parcelable</groupId>
  <artifactId>assert-parcelable</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.artemzin.assert-parcelable:assert-parcelable:1.0.1'
Gradle Kotlin
implementation("com.artemzin.assert-parcelable:assert-parcelable:1.0.1")
Scala SBT
libraryDependencies += "com.artemzin.assert-parcelable" % "assert-parcelable" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.artemzin.assert-parcelable', module='assert-parcelable', version='1.0.1')
)
Apache Ivy
<dependency org="com.artemzin.assert-parcelable" name="assert-parcelable" rev="1.0.1" />
Leiningen
[com.artemzin.assert-parcelable/assert-parcelable "1.0.1"]
Apache Buildr
'com.artemzin.assert-parcelable:assert-parcelable:jar:1.0.1'
本项目依赖
该项目无第三方依赖