Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.plugin |
ArtifactId | ArtifactIdche-plugin-url-factory |
Version | Version6.12.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-url-factory/ -->
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-url-factory</artifactId>
<version>6.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-url-factory/
implementation 'org.eclipse.che.plugin:che-plugin-url-factory:6.12.1'
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-url-factory/
implementation ("org.eclipse.che.plugin:che-plugin-url-factory:6.12.1")
'org.eclipse.che.plugin:che-plugin-url-factory:jar:6.12.1'
<dependency org="org.eclipse.che.plugin" name="che-plugin-url-factory" rev="6.12.1">
<artifact name="che-plugin-url-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.plugin', module='che-plugin-url-factory', version='6.12.1')
)
libraryDependencies += "org.eclipse.che.plugin" % "che-plugin-url-factory" % "6.12.1"
[org.eclipse.che.plugin/che-plugin-url-factory "6.12.1"]