a

ahc

A Maven plugin that scans the artifacts produced by a project and uploads the results to Sonatype Insight for generation of an Application Health Check Report. To learn more about Insight Application Health Check, visit http://links.sonatype.com/products/insight/ac/home.
http://links.sonatype.com/products/insight/ac/home
Sonatype, Inc.
Files download
File Operation
ahc-2.0.7.jar download
ahc-2.0.7.pom download
Apache Maven
<dependency>
  <groupId>com.sonatype.insight</groupId>
  <artifactId>ahc</artifactId>
  <version>2.0.7</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.sonatype.insight:ahc:2.0.7'
Gradle Kotlin
implementation("com.sonatype.insight:ahc:2.0.7")
Scala SBT
libraryDependencies += "com.sonatype.insight" % "ahc" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.sonatype.insight', module='ahc', version='2.0.7')
)
Apache Ivy
<dependency org="com.sonatype.insight" name="ahc" rev="2.0.7" />
Leiningen
[com.sonatype.insight/ahc "2.0.7"]
Apache Buildr
'com.sonatype.insight:ahc:jar:2.0.7'
Dependencies
The project has no third-party dependencies