| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.pms1.e3 | 
    
| ArtifactId | ArtifactIde3-launcher | 
    
| Last Version | Last Version0.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionEclipse Equinox Embedder Launcher 
            An Apache Maven plugin that creates an executeable jar for an Eclipse Equinox OSGi application 
         | 
    
| Filename | Size | 
|---|---|
| e3-launcher-0.0.1.pom | |
| e3-launcher-0.0.1.jar | 10 KB | 
| e3-launcher-0.0.1-sources.jar | 3 KB | 
| e3-launcher-0.0.1-javadoc.jar | 23 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.pms1.e3/e3-launcher/ -->
<dependency>
    <groupId>com.github.pms1.e3</groupId>
    <artifactId>e3-launcher</artifactId>
    <version>0.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.pms1.e3/e3-launcher/
implementation 'com.github.pms1.e3:e3-launcher:0.0.1'
                // https://jarcasting.com/artifacts/com.github.pms1.e3/e3-launcher/
implementation ("com.github.pms1.e3:e3-launcher:0.0.1")
                'com.github.pms1.e3:e3-launcher:jar:0.0.1'
                <dependency org="com.github.pms1.e3" name="e3-launcher" rev="0.0.1">
  <artifact name="e3-launcher" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.pms1.e3', module='e3-launcher', version='0.0.1')
)
                libraryDependencies += "com.github.pms1.e3" % "e3-launcher" % "0.0.1"
                [com.github.pms1.e3/e3-launcher "0.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.platform : org.eclipse.osgi | jar | 3.11.3 |