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