| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.pms1.e3 | 
    
| ArtifactId | ArtifactIdparent | 
    
| Last Version | Last Version0.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionEclipse Equinox Embedder 
            An Apache Maven plugin that creates an executeable jar for an Eclipse Equinox OSGi application 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| parent-0.0.1.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.pms1.e3/parent/ -->
<dependency>
    <groupId>com.github.pms1.e3</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.pms1.e3/parent/
implementation 'com.github.pms1.e3:parent:0.0.1'
                // https://jarcasting.com/artifacts/com.github.pms1.e3/parent/
implementation ("com.github.pms1.e3:parent:0.0.1")
                'com.github.pms1.e3:parent:pom:0.0.1'
                <dependency org="com.github.pms1.e3" name="parent" rev="0.0.1">
  <artifact name="parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.pms1.e3', module='parent', version='0.0.1')
)
                libraryDependencies += "com.github.pms1.e3" % "parent" % "0.0.1"
                [com.github.pms1.e3/parent "0.0.1"]