Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdnet.oschina.bilbodai.maven |
ArtifactId | ArtifactIdrulecheck-maven-plugin |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.oschina.bilbodai.maven/rulecheck-maven-plugin/ -->
<dependency>
<groupId>net.oschina.bilbodai.maven</groupId>
<artifactId>rulecheck-maven-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.bilbodai.maven/rulecheck-maven-plugin/
implementation 'net.oschina.bilbodai.maven:rulecheck-maven-plugin:1.0.0'
// https://jarcasting.com/artifacts/net.oschina.bilbodai.maven/rulecheck-maven-plugin/
implementation ("net.oschina.bilbodai.maven:rulecheck-maven-plugin:1.0.0")
'net.oschina.bilbodai.maven:rulecheck-maven-plugin:jar:1.0.0'
<dependency org="net.oschina.bilbodai.maven" name="rulecheck-maven-plugin" rev="1.0.0">
<artifact name="rulecheck-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.bilbodai.maven', module='rulecheck-maven-plugin', version='1.0.0')
)
libraryDependencies += "net.oschina.bilbodai.maven" % "rulecheck-maven-plugin" % "1.0.0"
[net.oschina.bilbodai.maven/rulecheck-maven-plugin "1.0.0"]