Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.paulmoloney |
ArtifactId | ArtifactIdmaven-enforcer-toolchain-rules |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.paulmoloney/maven-enforcer-toolchain-rules/ -->
<dependency>
<groupId>com.github.paulmoloney</groupId>
<artifactId>maven-enforcer-toolchain-rules</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulmoloney/maven-enforcer-toolchain-rules/
implementation 'com.github.paulmoloney:maven-enforcer-toolchain-rules:1.0.3'
// https://jarcasting.com/artifacts/com.github.paulmoloney/maven-enforcer-toolchain-rules/
implementation ("com.github.paulmoloney:maven-enforcer-toolchain-rules:1.0.3")
'com.github.paulmoloney:maven-enforcer-toolchain-rules:jar:1.0.3'
<dependency org="com.github.paulmoloney" name="maven-enforcer-toolchain-rules" rev="1.0.3">
<artifact name="maven-enforcer-toolchain-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulmoloney', module='maven-enforcer-toolchain-rules', version='1.0.3')
)
libraryDependencies += "com.github.paulmoloney" % "maven-enforcer-toolchain-rules" % "1.0.3"
[com.github.paulmoloney/maven-enforcer-toolchain-rules "1.0.3"]