GroupId | GroupIdcom.theoryinpractise |
---|---|
ArtifactId | ArtifactIdcodeline-enforcer-rule |
Version | Version1.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.theoryinpractise/codeline-enforcer-rule/ -->
<dependency>
<groupId>com.theoryinpractise</groupId>
<artifactId>codeline-enforcer-rule</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.theoryinpractise/codeline-enforcer-rule/
implementation 'com.theoryinpractise:codeline-enforcer-rule:1.0.9'
// https://jarcasting.com/artifacts/com.theoryinpractise/codeline-enforcer-rule/
implementation ("com.theoryinpractise:codeline-enforcer-rule:1.0.9")
'com.theoryinpractise:codeline-enforcer-rule:jar:1.0.9'
<dependency org="com.theoryinpractise" name="codeline-enforcer-rule" rev="1.0.9">
<artifact name="codeline-enforcer-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theoryinpractise', module='codeline-enforcer-rule', version='1.0.9')
)
libraryDependencies += "com.theoryinpractise" % "codeline-enforcer-rule" % "1.0.9"
[com.theoryinpractise/codeline-enforcer-rule "1.0.9"]