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