GroupId | GroupIdio.lighty.models.test |
---|---|
ArtifactId | ArtifactIdlighty-toaster |
Version | Version10.2.1 |
Type | Typejar |
Filename | Size |
---|---|
lighty-toaster-10.2.1.pom | |
lighty-toaster-10.2.1.jar | 56 KB |
lighty-toaster-10.2.1-sources.jar | 38 KB |
lighty-toaster-10.2.1-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.lighty.models.test/lighty-toaster/ -->
<dependency>
<groupId>io.lighty.models.test</groupId>
<artifactId>lighty-toaster</artifactId>
<version>10.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.lighty.models.test/lighty-toaster/
implementation 'io.lighty.models.test:lighty-toaster:10.2.1'
// https://jarcasting.com/artifacts/io.lighty.models.test/lighty-toaster/
implementation ("io.lighty.models.test:lighty-toaster:10.2.1")
'io.lighty.models.test:lighty-toaster:jar:10.2.1'
<dependency org="io.lighty.models.test" name="lighty-toaster" rev="10.2.1">
<artifact name="lighty-toaster" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lighty.models.test', module='lighty-toaster', version='10.2.1')
)
libraryDependencies += "io.lighty.models.test" % "lighty-toaster" % "10.2.1"
[io.lighty.models.test/lighty-toaster "10.2.1"]