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