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