| Categories | 
                CategoriesIDE Development Tools | 
        
|---|---|
| GroupId | GroupIdio.github.qxtx244.build | 
    
| ArtifactId | ArtifactIdIdeaResCheck | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiongradle插件,用于对项目资源的检查,如资源名称前缀检查,重名资源检查等 
         | 
    
| Filename | Size | 
|---|---|
| IdeaResCheck-1.0.0.pom | |
| IdeaResCheck-1.0.0.jar | 87 KB | 
| IdeaResCheck-1.0.0-sources.jar | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.qxtx244.build/IdeaResCheck/ -->
<dependency>
    <groupId>io.github.qxtx244.build</groupId>
    <artifactId>IdeaResCheck</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.qxtx244.build/IdeaResCheck/
implementation 'io.github.qxtx244.build:IdeaResCheck:1.0.0'
                // https://jarcasting.com/artifacts/io.github.qxtx244.build/IdeaResCheck/
implementation ("io.github.qxtx244.build:IdeaResCheck:1.0.0")
                'io.github.qxtx244.build:IdeaResCheck:jar:1.0.0'
                <dependency org="io.github.qxtx244.build" name="IdeaResCheck" rev="1.0.0">
  <artifact name="IdeaResCheck" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.qxtx244.build', module='IdeaResCheck', version='1.0.0')
)
                libraryDependencies += "io.github.qxtx244.build" % "IdeaResCheck" % "1.0.0"
                [io.github.qxtx244.build/IdeaResCheck "1.0.0"]