| Categories | 
                CategoriesData CLI User Interface | 
        
|---|---|
| GroupId | GroupIdcom.8kdata.mongowp.client | 
    
| ArtifactId | ArtifactIdparent-pom | 
    
| Version | Version0.40-alpha3 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| parent-pom-0.40-alpha3.pom | 851 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.8kdata.mongowp.client/parent-pom/ -->
<dependency>
    <groupId>com.8kdata.mongowp.client</groupId>
    <artifactId>parent-pom</artifactId>
    <version>0.40-alpha3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.8kdata.mongowp.client/parent-pom/
implementation 'com.8kdata.mongowp.client:parent-pom:0.40-alpha3'
                // https://jarcasting.com/artifacts/com.8kdata.mongowp.client/parent-pom/
implementation ("com.8kdata.mongowp.client:parent-pom:0.40-alpha3")
                'com.8kdata.mongowp.client:parent-pom:pom:0.40-alpha3'
                <dependency org="com.8kdata.mongowp.client" name="parent-pom" rev="0.40-alpha3">
  <artifact name="parent-pom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.8kdata.mongowp.client', module='parent-pom', version='0.40-alpha3')
)
                libraryDependencies += "com.8kdata.mongowp.client" % "parent-pom" % "0.40-alpha3"
                [com.8kdata.mongowp.client/parent-pom "0.40-alpha3"]