is not current version
Last Version 1.0.2

org.openclover:clover-aspectj-compiler 1.0.0

A wrapper for AspectJ compiler which allows code instrumentation using OpenClover.

Categories

Categories

Clover Application Testing & Monitoring Code Coverage AspectJ Development Tools Development Libraries
GroupId

GroupId

org.openclover
ArtifactId

ArtifactId

clover-aspectj-compiler
Version

Version

1.0.0
Type

Type

jar

Download clover-aspectj-compiler 1.0.0


<!-- https://jarcasting.com/artifacts/org.openclover/clover-aspectj-compiler/ -->
<dependency>
    <groupId>org.openclover</groupId>
    <artifactId>clover-aspectj-compiler</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openclover/clover-aspectj-compiler/
implementation 'org.openclover:clover-aspectj-compiler:1.0.0'
// https://jarcasting.com/artifacts/org.openclover/clover-aspectj-compiler/
implementation ("org.openclover:clover-aspectj-compiler:1.0.0")
'org.openclover:clover-aspectj-compiler:jar:1.0.0'
<dependency org="org.openclover" name="clover-aspectj-compiler" rev="1.0.0">
  <artifact name="clover-aspectj-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openclover', module='clover-aspectj-compiler', version='1.0.0')
)
libraryDependencies += "org.openclover" % "clover-aspectj-compiler" % "1.0.0"
[org.openclover/clover-aspectj-compiler "1.0.0"]