| GroupId | GroupIdcom.github.hellowzk |
|---|---|
| ArtifactId | ArtifactIdlight-spark-core_2.2 |
| Version | Version1.0.1-release |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hellowzk/light-spark-core_2.2/ -->
<dependency>
<groupId>com.github.hellowzk</groupId>
<artifactId>light-spark-core_2.2</artifactId>
<version>1.0.1-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hellowzk/light-spark-core_2.2/
implementation 'com.github.hellowzk:light-spark-core_2.2:1.0.1-release'
// https://jarcasting.com/artifacts/com.github.hellowzk/light-spark-core_2.2/
implementation ("com.github.hellowzk:light-spark-core_2.2:1.0.1-release")
'com.github.hellowzk:light-spark-core_2.2:jar:1.0.1-release'
<dependency org="com.github.hellowzk" name="light-spark-core_2.2" rev="1.0.1-release">
<artifact name="light-spark-core_2.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hellowzk', module='light-spark-core_2.2', version='1.0.1-release')
)
libraryDependencies += "com.github.hellowzk" % "light-spark-core_2.2" % "1.0.1-release"
[com.github.hellowzk/light-spark-core_2.2 "1.0.1-release"]