Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.github.davemeier82.homeautomation |
ArtifactId | ArtifactIdhomeautomation-spring-rest |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.davemeier82.homeautomation/homeautomation-spring-rest/ -->
<dependency>
<groupId>io.github.davemeier82.homeautomation</groupId>
<artifactId>homeautomation-spring-rest</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.davemeier82.homeautomation/homeautomation-spring-rest/
implementation 'io.github.davemeier82.homeautomation:homeautomation-spring-rest:0.1.1'
// https://jarcasting.com/artifacts/io.github.davemeier82.homeautomation/homeautomation-spring-rest/
implementation ("io.github.davemeier82.homeautomation:homeautomation-spring-rest:0.1.1")
'io.github.davemeier82.homeautomation:homeautomation-spring-rest:jar:0.1.1'
<dependency org="io.github.davemeier82.homeautomation" name="homeautomation-spring-rest" rev="0.1.1">
<artifact name="homeautomation-spring-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.davemeier82.homeautomation', module='homeautomation-spring-rest', version='0.1.1')
)
libraryDependencies += "io.github.davemeier82.homeautomation" % "homeautomation-spring-rest" % "0.1.1"
[io.github.davemeier82.homeautomation/homeautomation-spring-rest "0.1.1"]