| GroupId | GroupIdio.github.raistlintao |
|---|---|
| ArtifactId | ArtifactIdsparkmodelhelper_2.12 |
| Version | Version1.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.raistlintao/sparkmodelhelper_2.12/ -->
<dependency>
<groupId>io.github.raistlintao</groupId>
<artifactId>sparkmodelhelper_2.12</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.raistlintao/sparkmodelhelper_2.12/
implementation 'io.github.raistlintao:sparkmodelhelper_2.12:1.1.0'
// https://jarcasting.com/artifacts/io.github.raistlintao/sparkmodelhelper_2.12/
implementation ("io.github.raistlintao:sparkmodelhelper_2.12:1.1.0")
'io.github.raistlintao:sparkmodelhelper_2.12:jar:1.1.0'
<dependency org="io.github.raistlintao" name="sparkmodelhelper_2.12" rev="1.1.0">
<artifact name="sparkmodelhelper_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.raistlintao', module='sparkmodelhelper_2.12', version='1.1.0')
)
libraryDependencies += "io.github.raistlintao" % "sparkmodelhelper_2.12" % "1.1.0"
[io.github.raistlintao/sparkmodelhelper_2.12 "1.1.0"]