| License | 
                License | 
        
|---|---|
| GroupId | GroupIdxyz.opcal.cloud | 
    
| ArtifactId | ArtifactIdopcal-cloud-commons | 
    
| Last Version | Last Version2.7.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionopcal-cloud-commons 
            commons project module for system 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| opcal-cloud-commons-2.7.1.0.pom | 14 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xyz.opcal.cloud/opcal-cloud-commons/ -->
<dependency>
    <groupId>xyz.opcal.cloud</groupId>
    <artifactId>opcal-cloud-commons</artifactId>
    <version>2.7.1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/xyz.opcal.cloud/opcal-cloud-commons/
implementation 'xyz.opcal.cloud:opcal-cloud-commons:2.7.1.0'
                // https://jarcasting.com/artifacts/xyz.opcal.cloud/opcal-cloud-commons/
implementation ("xyz.opcal.cloud:opcal-cloud-commons:2.7.1.0")
                'xyz.opcal.cloud:opcal-cloud-commons:pom:2.7.1.0'
                <dependency org="xyz.opcal.cloud" name="opcal-cloud-commons" rev="2.7.1.0">
  <artifact name="opcal-cloud-commons" type="pom" />
</dependency>
                @Grapes(
@Grab(group='xyz.opcal.cloud', module='opcal-cloud-commons', version='2.7.1.0')
)
                libraryDependencies += "xyz.opcal.cloud" % "opcal-cloud-commons" % "2.7.1.0"
                [xyz.opcal.cloud/opcal-cloud-commons "2.7.1.0"]