| GroupId | GroupIdio.github.valdzx |
|---|---|
| ArtifactId | ArtifactIdsimplexml-ksp-core-android |
| Version | Version1.0.0-alpha01 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.github.valdzx/simplexml-ksp-core-android/ -->
<dependency>
<groupId>io.github.valdzx</groupId>
<artifactId>simplexml-ksp-core-android</artifactId>
<version>1.0.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.valdzx/simplexml-ksp-core-android/
implementation 'io.github.valdzx:simplexml-ksp-core-android:1.0.0-alpha01'
// https://jarcasting.com/artifacts/io.github.valdzx/simplexml-ksp-core-android/
implementation ("io.github.valdzx:simplexml-ksp-core-android:1.0.0-alpha01")
'io.github.valdzx:simplexml-ksp-core-android:aar:1.0.0-alpha01'
<dependency org="io.github.valdzx" name="simplexml-ksp-core-android" rev="1.0.0-alpha01">
<artifact name="simplexml-ksp-core-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.valdzx', module='simplexml-ksp-core-android', version='1.0.0-alpha01')
)
libraryDependencies += "io.github.valdzx" % "simplexml-ksp-core-android" % "1.0.0-alpha01"
[io.github.valdzx/simplexml-ksp-core-android "1.0.0-alpha01"]