Categories |
CategoriesData Checkstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.sdl |
ArtifactId | ArtifactIdodata_checkstyle |
Version | Version2.6.3 |
Type | Typejar |
Filename | Size |
---|---|
odata_checkstyle-2.6.3.pom | |
odata_checkstyle-2.6.3.jar | 3 KB |
odata_checkstyle-2.6.3-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sdl/odata_checkstyle/ -->
<dependency>
<groupId>com.sdl</groupId>
<artifactId>odata_checkstyle</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl/odata_checkstyle/
implementation 'com.sdl:odata_checkstyle:2.6.3'
// https://jarcasting.com/artifacts/com.sdl/odata_checkstyle/
implementation ("com.sdl:odata_checkstyle:2.6.3")
'com.sdl:odata_checkstyle:jar:2.6.3'
<dependency org="com.sdl" name="odata_checkstyle" rev="2.6.3">
<artifact name="odata_checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl', module='odata_checkstyle', version='2.6.3')
)
libraryDependencies += "com.sdl" % "odata_checkstyle" % "2.6.3"
[com.sdl/odata_checkstyle "2.6.3"]