License |
License |
---|---|
GroupId | GroupIdru.noties |
ArtifactId | ArtifactIdparcel-compiler |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionParcelGen
Android easy @Parcelable
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parcel-compiler-1.1.0.pom | |
parcel-compiler-1.1.0.jar | 46 KB |
parcel-compiler-1.1.0-sources.jar | 23 KB |
parcel-compiler-1.1.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.noties/parcel-compiler/ -->
<dependency>
<groupId>ru.noties</groupId>
<artifactId>parcel-compiler</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.noties/parcel-compiler/
implementation 'ru.noties:parcel-compiler:1.1.0'
// https://jarcasting.com/artifacts/ru.noties/parcel-compiler/
implementation ("ru.noties:parcel-compiler:1.1.0")
'ru.noties:parcel-compiler:jar:1.1.0'
<dependency org="ru.noties" name="parcel-compiler" rev="1.1.0">
<artifact name="parcel-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.noties', module='parcel-compiler', version='1.1.0')
)
libraryDependencies += "ru.noties" % "parcel-compiler" % "1.1.0"
[ru.noties/parcel-compiler "1.1.0"]