| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.objectweb.think.helloworld | 
    
| ArtifactId | ArtifactIdparent | 
    
| Version | Version1.0 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionHelloworld 
            This implementation of helloworld is based on Cecilia and Minus 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| parent-1.0.pom | 754 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.objectweb.think.helloworld/parent/ -->
<dependency>
    <groupId>org.objectweb.think.helloworld</groupId>
    <artifactId>parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.objectweb.think.helloworld/parent/
implementation 'org.objectweb.think.helloworld:parent:1.0'
                // https://jarcasting.com/artifacts/org.objectweb.think.helloworld/parent/
implementation ("org.objectweb.think.helloworld:parent:1.0")
                'org.objectweb.think.helloworld:parent:pom:1.0'
                <dependency org="org.objectweb.think.helloworld" name="parent" rev="1.0">
  <artifact name="parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.objectweb.think.helloworld', module='parent', version='1.0')
)
                libraryDependencies += "org.objectweb.think.helloworld" % "parent" % "1.0"
                [org.objectweb.think.helloworld/parent "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.0 |