License |
License |
---|---|
GroupId | GroupIdcom.zeoflow |
ArtifactId | ArtifactIdparcelled-runtime |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionParcelled
A fast annotation processor that auto-generates the Parcelable methods without writing them.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parcelled-runtime-1.1.1.pom | |
parcelled-runtime-1.1.1.jar | 2 KB |
parcelled-runtime-1.1.1-sources.jar | 4 KB |
parcelled-runtime-1.1.1-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeoflow/parcelled-runtime/ -->
<dependency>
<groupId>com.zeoflow</groupId>
<artifactId>parcelled-runtime</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow/parcelled-runtime/
implementation 'com.zeoflow:parcelled-runtime:1.1.1'
// https://jarcasting.com/artifacts/com.zeoflow/parcelled-runtime/
implementation ("com.zeoflow:parcelled-runtime:1.1.1")
'com.zeoflow:parcelled-runtime:jar:1.1.1'
<dependency org="com.zeoflow" name="parcelled-runtime" rev="1.1.1">
<artifact name="parcelled-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow', module='parcelled-runtime', version='1.1.1')
)
libraryDependencies += "com.zeoflow" % "parcelled-runtime" % "1.1.1"
[com.zeoflow/parcelled-runtime "1.1.1"]