GroupId | GroupIdorg.wartremover |
---|---|
ArtifactId | ArtifactIdwartremover_2.12.13 |
Version | Version3.0.0-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wartremover/wartremover_2.12.13/ -->
<dependency>
<groupId>org.wartremover</groupId>
<artifactId>wartremover_2.12.13</artifactId>
<version>3.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wartremover/wartremover_2.12.13/
implementation 'org.wartremover:wartremover_2.12.13:3.0.0-RC3'
// https://jarcasting.com/artifacts/org.wartremover/wartremover_2.12.13/
implementation ("org.wartremover:wartremover_2.12.13:3.0.0-RC3")
'org.wartremover:wartremover_2.12.13:jar:3.0.0-RC3'
<dependency org="org.wartremover" name="wartremover_2.12.13" rev="3.0.0-RC3">
<artifact name="wartremover_2.12.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wartremover', module='wartremover_2.12.13', version='3.0.0-RC3')
)
libraryDependencies += "org.wartremover" % "wartremover_2.12.13" % "3.0.0-RC3"
[org.wartremover/wartremover_2.12.13 "3.0.0-RC3"]