<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.binding.http</artifactId>
<version>4.1.1</version>
</dependency>
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.binding.http" % "4.1.1"
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.binding.http', version='4.1.1')
)
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.binding.http" rev="4.1.1" />
<parent> <groupId>org.smarthomej.addons.bundles</groupId> <artifactId>org.smarthomej.addons.reactor.bundles</artifactId> <version>4.1.1</version> </parent>
provided
|-- org.smarthomej.addons.bundles:org.smarthomej.commons
test
|-- com.github.tomakehurst:wiremock:2.27.2
|-- org.eclipse.jetty:jetty-server:9.4.20.v20190813
|-- org.eclipse.jetty:jetty-servlet:9.4.20.v20190813
|-- org.eclipse.jetty:jetty-servlets:9.4.20.v20190813