| GroupId | GroupIdio.github.valdzx |
|---|---|
| ArtifactId | ArtifactIdsimplexml-ksp-core-android-debug |
| Version | Version1.0.0-dev08 |
| 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-dev08</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-dev08'
// https://jarcasting.com/artifacts/io.github.valdzx/simplexml-ksp-core-android-debug/
implementation ("io.github.valdzx:simplexml-ksp-core-android-debug:1.0.0-dev08")
'io.github.valdzx:simplexml-ksp-core-android-debug:aar:1.0.0-dev08'
<dependency org="io.github.valdzx" name="simplexml-ksp-core-android-debug" rev="1.0.0-dev08">
<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-dev08')
)
libraryDependencies += "io.github.valdzx" % "simplexml-ksp-core-android-debug" % "1.0.0-dev08"
[io.github.valdzx/simplexml-ksp-core-android-debug "1.0.0-dev08"]