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