License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.vorto |
ArtifactId | ArtifactIdexample-generators |
Version | Version0.9.0 |
Type | Typepom |
Description |
DescriptionEclipse Vorto Code Generators
Eclipse Vorto Toolset lets you describe IoT device characteristics and functionality as Information Models
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
example-generators-0.9.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.vorto/example-generators/ -->
<dependency>
<groupId>org.eclipse.vorto</groupId>
<artifactId>example-generators</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.vorto/example-generators/
implementation 'org.eclipse.vorto:example-generators:0.9.0'
// https://jarcasting.com/artifacts/org.eclipse.vorto/example-generators/
implementation ("org.eclipse.vorto:example-generators:0.9.0")
'org.eclipse.vorto:example-generators:pom:0.9.0'
<dependency org="org.eclipse.vorto" name="example-generators" rev="0.9.0">
<artifact name="example-generators" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.vorto', module='example-generators', version='0.9.0')
)
libraryDependencies += "org.eclipse.vorto" % "example-generators" % "0.9.0"
[org.eclipse.vorto/example-generators "0.9.0"]