| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.arkivanov.essenty | 
    
| ArtifactId | ArtifactIdparcelable-android-debug | 
    
| Last Version | Last Version0.4.0 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            DescriptionEssenty 
            Essential libraries for Kotlin Multiplatform 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.arkivanov.essenty/parcelable-android-debug/ -->
<dependency>
    <groupId>com.arkivanov.essenty</groupId>
    <artifactId>parcelable-android-debug</artifactId>
    <version>0.4.0</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.arkivanov.essenty/parcelable-android-debug/
implementation 'com.arkivanov.essenty:parcelable-android-debug:0.4.0'
                // https://jarcasting.com/artifacts/com.arkivanov.essenty/parcelable-android-debug/
implementation ("com.arkivanov.essenty:parcelable-android-debug:0.4.0")
                'com.arkivanov.essenty:parcelable-android-debug:aar:0.4.0'
                <dependency org="com.arkivanov.essenty" name="parcelable-android-debug" rev="0.4.0">
  <artifact name="parcelable-android-debug" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.arkivanov.essenty', module='parcelable-android-debug', version='0.4.0')
)
                libraryDependencies += "com.arkivanov.essenty" % "parcelable-android-debug" % "0.4.0"
                [com.arkivanov.essenty/parcelable-android-debug "0.4.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-parcelize-runtime | jar | 1.6.21 | 
| androidx.core » core-ktx | jar | 1.6.0 | 
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.21 | 
| com.arkivanov.essenty : utils-internal-android-debug | jar | 0.4.0 |