Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.optum.sourcehawk |
ArtifactId | ArtifactIdsourcehawk-checkstyle-config |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
sourcehawk-checkstyle-config-1.0.2.pom | |
sourcehawk-checkstyle-config-1.0.2.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.optum.sourcehawk/sourcehawk-checkstyle-config/ -->
<dependency>
<groupId>com.optum.sourcehawk</groupId>
<artifactId>sourcehawk-checkstyle-config</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.optum.sourcehawk/sourcehawk-checkstyle-config/
implementation 'com.optum.sourcehawk:sourcehawk-checkstyle-config:1.0.2'
// https://jarcasting.com/artifacts/com.optum.sourcehawk/sourcehawk-checkstyle-config/
implementation ("com.optum.sourcehawk:sourcehawk-checkstyle-config:1.0.2")
'com.optum.sourcehawk:sourcehawk-checkstyle-config:jar:1.0.2'
<dependency org="com.optum.sourcehawk" name="sourcehawk-checkstyle-config" rev="1.0.2">
<artifact name="sourcehawk-checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.optum.sourcehawk', module='sourcehawk-checkstyle-config', version='1.0.2')
)
libraryDependencies += "com.optum.sourcehawk" % "sourcehawk-checkstyle-config" % "1.0.2"
[com.optum.sourcehawk/sourcehawk-checkstyle-config "1.0.2"]