License |
License |
---|---|
GroupId | GroupIdnz.bradcampbell |
ArtifactId | ArtifactIdpaperparcel-annotations |
Version | Version2.0.0-beta1 |
Type | Typejar |
Description |
DescriptionPaperParcel Annotations
Android Parcelable boilerplate annotation processor
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nz.bradcampbell/paperparcel-annotations/ -->
<dependency>
<groupId>nz.bradcampbell</groupId>
<artifactId>paperparcel-annotations</artifactId>
<version>2.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/nz.bradcampbell/paperparcel-annotations/
implementation 'nz.bradcampbell:paperparcel-annotations:2.0.0-beta1'
// https://jarcasting.com/artifacts/nz.bradcampbell/paperparcel-annotations/
implementation ("nz.bradcampbell:paperparcel-annotations:2.0.0-beta1")
'nz.bradcampbell:paperparcel-annotations:jar:2.0.0-beta1'
<dependency org="nz.bradcampbell" name="paperparcel-annotations" rev="2.0.0-beta1">
<artifact name="paperparcel-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.bradcampbell', module='paperparcel-annotations', version='2.0.0-beta1')
)
libraryDependencies += "nz.bradcampbell" % "paperparcel-annotations" % "2.0.0-beta1"
[nz.bradcampbell/paperparcel-annotations "2.0.0-beta1"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-annotations | jar | 25.0.0 |