License |
License |
---|---|
GroupId | GroupIddev.ahmedmourad.bundlizer |
ArtifactId | ArtifactIdbundlizer-core |
Version | Version0.7.0 |
Type | Typepom |
Description |
DescriptionBundlizer Core
Android Bundle format support for Kotlinx Serialization.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/dev.ahmedmourad.bundlizer/bundlizer-core/ -->
<dependency>
<groupId>dev.ahmedmourad.bundlizer</groupId>
<artifactId>bundlizer-core</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.ahmedmourad.bundlizer/bundlizer-core/
implementation 'dev.ahmedmourad.bundlizer:bundlizer-core:0.7.0'
// https://jarcasting.com/artifacts/dev.ahmedmourad.bundlizer/bundlizer-core/
implementation ("dev.ahmedmourad.bundlizer:bundlizer-core:0.7.0")
'dev.ahmedmourad.bundlizer:bundlizer-core:pom:0.7.0'
<dependency org="dev.ahmedmourad.bundlizer" name="bundlizer-core" rev="0.7.0">
<artifact name="bundlizer-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.ahmedmourad.bundlizer', module='bundlizer-core', version='0.7.0')
)
libraryDependencies += "dev.ahmedmourad.bundlizer" % "bundlizer-core" % "0.7.0"
[dev.ahmedmourad.bundlizer/bundlizer-core "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib Optional | jar | 1.6.20 |
org.jetbrains.kotlinx : kotlinx-serialization-core Optional | jar | 1.3.2 |