GroupId | GroupIdio.webdevice |
---|---|
ArtifactId | ArtifactIdwebdevice-spring |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.webdevice/webdevice-spring/ -->
<dependency>
<groupId>io.webdevice</groupId>
<artifactId>webdevice-spring</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.webdevice/webdevice-spring/
implementation 'io.webdevice:webdevice-spring:0.0.3'
// https://jarcasting.com/artifacts/io.webdevice/webdevice-spring/
implementation ("io.webdevice:webdevice-spring:0.0.3")
'io.webdevice:webdevice-spring:jar:0.0.3'
<dependency org="io.webdevice" name="webdevice-spring" rev="0.0.3">
<artifact name="webdevice-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.webdevice', module='webdevice-spring', version='0.0.3')
)
libraryDependencies += "io.webdevice" % "webdevice-spring" % "0.0.3"
[io.webdevice/webdevice-spring "0.0.3"]