| License |
License |
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdcom.adobe.acs |
| ArtifactId | ArtifactIdcheckstyle-osgi-checks |
| Version | Version0.0.3 |
| Type | Typejar |
| Description |
DescriptionCheckstyle OSGi Checks
Checkstyle Checks for OSGi bundles
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| checkstyle-osgi-checks-0.0.3.pom | |
| checkstyle-osgi-checks-0.0.3.jar | 18 KB |
| checkstyle-osgi-checks-0.0.3-sources.jar | 459 bytes |
| checkstyle-osgi-checks-0.0.3-javadoc.jar | 459 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.acs/checkstyle-osgi-checks/ -->
<dependency>
<groupId>com.adobe.acs</groupId>
<artifactId>checkstyle-osgi-checks</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.acs/checkstyle-osgi-checks/
implementation 'com.adobe.acs:checkstyle-osgi-checks:0.0.3'
// https://jarcasting.com/artifacts/com.adobe.acs/checkstyle-osgi-checks/
implementation ("com.adobe.acs:checkstyle-osgi-checks:0.0.3")
'com.adobe.acs:checkstyle-osgi-checks:jar:0.0.3'
<dependency org="com.adobe.acs" name="checkstyle-osgi-checks" rev="0.0.3">
<artifact name="checkstyle-osgi-checks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.acs', module='checkstyle-osgi-checks', version='0.0.3')
)
libraryDependencies += "com.adobe.acs" % "checkstyle-osgi-checks" % "0.0.3"
[com.adobe.acs/checkstyle-osgi-checks "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.puppycrawl.tools : checkstyle | jar | 5.6 |