Categories |
CategoriesIDE Development Tools CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-ide-ui-plugins |
Version | Version5.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ide-ui-plugins/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-ide-ui-plugins</artifactId>
<version>5.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ide-ui-plugins/
implementation 'org.eclipse.dirigible:dirigible-ide-ui-plugins:5.6.0'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ide-ui-plugins/
implementation ("org.eclipse.dirigible:dirigible-ide-ui-plugins:5.6.0")
'org.eclipse.dirigible:dirigible-ide-ui-plugins:jar:5.6.0'
<dependency org="org.eclipse.dirigible" name="dirigible-ide-ui-plugins" rev="5.6.0">
<artifact name="dirigible-ide-ui-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-ide-ui-plugins', version='5.6.0')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-ide-ui-plugins" % "5.6.0"
[org.eclipse.dirigible/dirigible-ide-ui-plugins "5.6.0"]