is not current version
Last Version 0.7.0

dev.ahmedmourad.bundlizer:bundlizer-core 0.2.0

Android Bundle format support for Kotlinx Serialization.

GroupId

GroupId

dev.ahmedmourad.bundlizer
ArtifactId

ArtifactId

bundlizer-core
Version

Version

0.2.0
Type

Type

aar

Download bundlizer-core 0.2.0


<!-- https://jarcasting.com/artifacts/dev.ahmedmourad.bundlizer/bundlizer-core/ -->
<dependency>
    <groupId>dev.ahmedmourad.bundlizer</groupId>
    <artifactId>bundlizer-core</artifactId>
    <version>0.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.ahmedmourad.bundlizer/bundlizer-core/
implementation 'dev.ahmedmourad.bundlizer:bundlizer-core:0.2.0'
// https://jarcasting.com/artifacts/dev.ahmedmourad.bundlizer/bundlizer-core/
implementation ("dev.ahmedmourad.bundlizer:bundlizer-core:0.2.0")
'dev.ahmedmourad.bundlizer:bundlizer-core:aar:0.2.0'
<dependency org="dev.ahmedmourad.bundlizer" name="bundlizer-core" rev="0.2.0">
  <artifact name="bundlizer-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.ahmedmourad.bundlizer', module='bundlizer-core', version='0.2.0')
)
libraryDependencies += "dev.ahmedmourad.bundlizer" % "bundlizer-core" % "0.2.0"
[dev.ahmedmourad.bundlizer/bundlizer-core "0.2.0"]