Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.vorto |
ArtifactId | ArtifactIdboschiotsuite-gateway |
Version | Version0.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.vorto/boschiotsuite-gateway/ -->
<dependency>
<groupId>org.eclipse.vorto</groupId>
<artifactId>boschiotsuite-gateway</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.vorto/boschiotsuite-gateway/
implementation 'org.eclipse.vorto:boschiotsuite-gateway:0.10.0'
// https://jarcasting.com/artifacts/org.eclipse.vorto/boschiotsuite-gateway/
implementation ("org.eclipse.vorto:boschiotsuite-gateway:0.10.0")
'org.eclipse.vorto:boschiotsuite-gateway:jar:0.10.0'
<dependency org="org.eclipse.vorto" name="boschiotsuite-gateway" rev="0.10.0">
<artifact name="boschiotsuite-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.vorto', module='boschiotsuite-gateway', version='0.10.0')
)
libraryDependencies += "org.eclipse.vorto" % "boschiotsuite-gateway" % "0.10.0"
[org.eclipse.vorto/boschiotsuite-gateway "0.10.0"]