Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-services-spring |
Version | Version1.11.0 |
Type | Typepom |
Filename | Size |
---|---|
hono-services-spring-1.11.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-services-spring/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-services-spring</artifactId>
<version>1.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-services-spring/
implementation 'org.eclipse.hono:hono-services-spring:1.11.0'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-services-spring/
implementation ("org.eclipse.hono:hono-services-spring:1.11.0")
'org.eclipse.hono:hono-services-spring:pom:1.11.0'
<dependency org="org.eclipse.hono" name="hono-services-spring" rev="1.11.0">
<artifact name="hono-services-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-services-spring', version='1.11.0')
)
libraryDependencies += "org.eclipse.hono" % "hono-services-spring" % "1.11.0"
[org.eclipse.hono/hono-services-spring "1.11.0"]