a

assert-parcelable

Simple assertion for Parcelable implementation
https://github.com/artem-zinnatullin/AssertParcelable
Apache License Version 2.0
Artem Zinnatullin
Files download
File Operation
assert-parcelable-1.0.1.jar download
assert-parcelable-1.0.1.pom download
assert-parcelable-1.0.1-sources.jar download
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'
Dependencies
The project has no third-party dependencies