| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMaven Build Tools | 
        
| GroupId | GroupIdus.jsy | 
    
| ArtifactId | ArtifactIdmaven-parent | 
    
| Last Version | Last Version1.0.10 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionus.jsy:maven-parent:1.0.10 
            publishing to Maven Central
        mvn clean deploy --batch-mode --activate-profiles deploy 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| maven-parent-1.0.10.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/us.jsy/maven-parent/ -->
<dependency>
    <groupId>us.jsy</groupId>
    <artifactId>maven-parent</artifactId>
    <version>1.0.10</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/us.jsy/maven-parent/
implementation 'us.jsy:maven-parent:1.0.10'
                // https://jarcasting.com/artifacts/us.jsy/maven-parent/
implementation ("us.jsy:maven-parent:1.0.10")
                'us.jsy:maven-parent:pom:1.0.10'
                <dependency org="us.jsy" name="maven-parent" rev="1.0.10">
  <artifact name="maven-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='us.jsy', module='maven-parent', version='1.0.10')
)
                libraryDependencies += "us.jsy" % "maven-parent" % "1.0.10"
                [us.jsy/maven-parent "1.0.10"]