is not current version
Last Version 1.1.1

com.zeoflow:parcelled-runtime 1.1.0

A fast annotation processor that auto-generates the Parcelable methods without writing them.

GroupId

GroupId

com.zeoflow
ArtifactId

ArtifactId

parcelled-runtime
Version

Version

1.1.0
Type

Type

jar

Download parcelled-runtime 1.1.0


<!-- https://jarcasting.com/artifacts/com.zeoflow/parcelled-runtime/ -->
<dependency>
    <groupId>com.zeoflow</groupId>
    <artifactId>parcelled-runtime</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow/parcelled-runtime/
implementation 'com.zeoflow:parcelled-runtime:1.1.0'
// https://jarcasting.com/artifacts/com.zeoflow/parcelled-runtime/
implementation ("com.zeoflow:parcelled-runtime:1.1.0")
'com.zeoflow:parcelled-runtime:jar:1.1.0'
<dependency org="com.zeoflow" name="parcelled-runtime" rev="1.1.0">
  <artifact name="parcelled-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow', module='parcelled-runtime', version='1.1.0')
)
libraryDependencies += "com.zeoflow" % "parcelled-runtime" % "1.1.0"
[com.zeoflow/parcelled-runtime "1.1.0"]