Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.dev |
ArtifactId | ArtifactIdche-codestyle |
Version | Version18 |
Type | Typejar |
Filename | Size |
---|---|
che-codestyle-18.pom | |
che-codestyle-18.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.dev/che-codestyle/ -->
<dependency>
<groupId>org.eclipse.che.dev</groupId>
<artifactId>che-codestyle</artifactId>
<version>18</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.dev/che-codestyle/
implementation 'org.eclipse.che.dev:che-codestyle:18'
// https://jarcasting.com/artifacts/org.eclipse.che.dev/che-codestyle/
implementation ("org.eclipse.che.dev:che-codestyle:18")
'org.eclipse.che.dev:che-codestyle:jar:18'
<dependency org="org.eclipse.che.dev" name="che-codestyle" rev="18">
<artifact name="che-codestyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.dev', module='che-codestyle', version='18')
)
libraryDependencies += "org.eclipse.che.dev" % "che-codestyle" % "18"
[org.eclipse.che.dev/che-codestyle "18"]