I

IdeaResCheck

gradle插件,用于对项目资源的检查,如资源名称前缀检查,重名资源检查等
Files download
File Operation
IdeaResCheck-1.0.0.jar download
IdeaResCheck-1.0.0.pom download
IdeaResCheck-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.qxtx244.build</groupId>
  <artifactId>IdeaResCheck</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.qxtx244.build:IdeaResCheck:1.0.0'
Gradle Kotlin
implementation("io.github.qxtx244.build:IdeaResCheck:1.0.0")
Scala SBT
libraryDependencies += "io.github.qxtx244.build" % "IdeaResCheck" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.qxtx244.build', module='IdeaResCheck', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.qxtx244.build" name="IdeaResCheck" rev="1.0.0" />
Leiningen
[io.github.qxtx244.build/IdeaResCheck "1.0.0"]
Apache Buildr
'io.github.qxtx244.build:IdeaResCheck:jar:1.0.0'
Dependencies
The project has no third-party dependencies