GroupId | GroupIdio.spot-next |
---|---|
ArtifactId | ArtifactIdspot-sample-simple |
Version | Version1.0.19-BETA-20181127 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.spot-next/spot-sample-simple/ -->
<dependency>
<groupId>io.spot-next</groupId>
<artifactId>spot-sample-simple</artifactId>
<version>1.0.19-BETA-20181127</version>
</dependency>
// https://jarcasting.com/artifacts/io.spot-next/spot-sample-simple/
implementation 'io.spot-next:spot-sample-simple:1.0.19-BETA-20181127'
// https://jarcasting.com/artifacts/io.spot-next/spot-sample-simple/
implementation ("io.spot-next:spot-sample-simple:1.0.19-BETA-20181127")
'io.spot-next:spot-sample-simple:jar:1.0.19-BETA-20181127'
<dependency org="io.spot-next" name="spot-sample-simple" rev="1.0.19-BETA-20181127">
<artifact name="spot-sample-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.spot-next', module='spot-sample-simple', version='1.0.19-BETA-20181127')
)
libraryDependencies += "io.spot-next" % "spot-sample-simple" % "1.0.19-BETA-20181127"
[io.spot-next/spot-sample-simple "1.0.19-BETA-20181127"]