| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCheckstyle Application Testing & Monitoring Code Analysis ORM Data | 
        
| GroupId | GroupIdcom.github.myoss.checkstyle | 
    
| ArtifactId | ArtifactIdcode-format-parent | 
    
| Version | Version1.0.1.RELEASE | 
        
| Type | Typepom | 
    
| Description | 
            Descriptioncode-format-parent 
            myoss open source project, phoenix code format written in Java 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| code-format-parent-1.0.1.RELEASE.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.myoss.checkstyle/code-format-parent/ -->
<dependency>
    <groupId>com.github.myoss.checkstyle</groupId>
    <artifactId>code-format-parent</artifactId>
    <version>1.0.1.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.myoss.checkstyle/code-format-parent/
implementation 'com.github.myoss.checkstyle:code-format-parent:1.0.1.RELEASE'
                // https://jarcasting.com/artifacts/com.github.myoss.checkstyle/code-format-parent/
implementation ("com.github.myoss.checkstyle:code-format-parent:1.0.1.RELEASE")
                'com.github.myoss.checkstyle:code-format-parent:pom:1.0.1.RELEASE'
                <dependency org="com.github.myoss.checkstyle" name="code-format-parent" rev="1.0.1.RELEASE">
  <artifact name="code-format-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.myoss.checkstyle', module='code-format-parent', version='1.0.1.RELEASE')
)
                libraryDependencies += "com.github.myoss.checkstyle" % "code-format-parent" % "1.0.1.RELEASE"
                [com.github.myoss.checkstyle/code-format-parent "1.0.1.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.myoss : phoenix-core | jar | 1.1.1.RELEASE | 
| org.springframework.boot : spring-boot-starter-logging | jar | 2.0.1.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.1.RELEASE | 
| org.apache.commons : commons-lang3 | jar | 3.7 | 
| org.projectlombok : lombok | jar | 1.16.20 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test Optional | jar | 2.0.1.RELEASE |