| Группа | Группаcom.github.hellowzk |
|---|---|
| Идентификатор | Идентификаторlight-spark-core_2.3 |
| Версия | Версия1.0.2-release |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.hellowzk/light-spark-core_2.3/ -->
<dependency>
<groupId>com.github.hellowzk</groupId>
<artifactId>light-spark-core_2.3</artifactId>
<version>1.0.2-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hellowzk/light-spark-core_2.3/
implementation 'com.github.hellowzk:light-spark-core_2.3:1.0.2-release'
// https://jarcasting.com/artifacts/com.github.hellowzk/light-spark-core_2.3/
implementation ("com.github.hellowzk:light-spark-core_2.3:1.0.2-release")
'com.github.hellowzk:light-spark-core_2.3:jar:1.0.2-release'
<dependency org="com.github.hellowzk" name="light-spark-core_2.3" rev="1.0.2-release">
<artifact name="light-spark-core_2.3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hellowzk', module='light-spark-core_2.3', version='1.0.2-release')
)
libraryDependencies += "com.github.hellowzk" % "light-spark-core_2.3" % "1.0.2-release"
[com.github.hellowzk/light-spark-core_2.3 "1.0.2-release"]