Categories |
CategoriesIDE Development Tools CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-ide-ui-plugins |
Version | Version6.2.3 |
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>6.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ide-ui-plugins/
implementation 'org.eclipse.dirigible:dirigible-ide-ui-plugins:6.2.3'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ide-ui-plugins/
implementation ("org.eclipse.dirigible:dirigible-ide-ui-plugins:6.2.3")
'org.eclipse.dirigible:dirigible-ide-ui-plugins:jar:6.2.3'
<dependency org="org.eclipse.dirigible" name="dirigible-ide-ui-plugins" rev="6.2.3">
<artifact name="dirigible-ide-ui-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-ide-ui-plugins', version='6.2.3')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-ide-ui-plugins" % "6.2.3"
[org.eclipse.dirigible/dirigible-ide-ui-plugins "6.2.3"]