License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.vorto |
ArtifactId | ArtifactIddevtool |
Version | Version0.10.0.M1 |
Type | Typepom |
Description |
DescriptionVorto Web Development Tool
Eclipse Vorto Server comprises repository, generators and editor
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
devtool-0.10.0.M1.pom | 885 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.vorto/devtool/ -->
<dependency>
<groupId>org.eclipse.vorto</groupId>
<artifactId>devtool</artifactId>
<version>0.10.0.M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.vorto/devtool/
implementation 'org.eclipse.vorto:devtool:0.10.0.M1'
// https://jarcasting.com/artifacts/org.eclipse.vorto/devtool/
implementation ("org.eclipse.vorto:devtool:0.10.0.M1")
'org.eclipse.vorto:devtool:pom:0.10.0.M1'
<dependency org="org.eclipse.vorto" name="devtool" rev="0.10.0.M1">
<artifact name="devtool" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.vorto', module='devtool', version='0.10.0.M1')
)
libraryDependencies += "org.eclipse.vorto" % "devtool" % "0.10.0.M1"
[org.eclipse.vorto/devtool "0.10.0.M1"]