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