License |
License |
---|---|
GroupId | GroupIddev.ahmedmourad.bundlizer |
ArtifactId | ArtifactIdbundlizer-core |
Version | Version0.6.0 |
Type | Typeaar |
Description |
DescriptionBundlizer Core
Android Bundle format support for Kotlinx Serialization.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bundlizer-core-0.6.0.pom | |
bundlizer-core-0.6.0-sources.jar | 2 KB |
bundlizer-core-0.6.0-javadoc.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.ahmedmourad.bundlizer/bundlizer-core/ -->
<dependency>
<groupId>dev.ahmedmourad.bundlizer</groupId>
<artifactId>bundlizer-core</artifactId>
<version>0.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.ahmedmourad.bundlizer/bundlizer-core/
implementation 'dev.ahmedmourad.bundlizer:bundlizer-core:0.6.0'
// https://jarcasting.com/artifacts/dev.ahmedmourad.bundlizer/bundlizer-core/
implementation ("dev.ahmedmourad.bundlizer:bundlizer-core:0.6.0")
'dev.ahmedmourad.bundlizer:bundlizer-core:aar:0.6.0'
<dependency org="dev.ahmedmourad.bundlizer" name="bundlizer-core" rev="0.6.0">
<artifact name="bundlizer-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.ahmedmourad.bundlizer', module='bundlizer-core', version='0.6.0')
)
libraryDependencies += "dev.ahmedmourad.bundlizer" % "bundlizer-core" % "0.6.0"
[dev.ahmedmourad.bundlizer/bundlizer-core "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.0 |
org.jetbrains.kotlinx : kotlinx-serialization-core | jar | 1.2.0 |