| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdio.takari.m2e.discovery.publisher | 
    
| ArtifactId | ArtifactIdorg.eclipse.m2e.core | 
    
| Version | Version1.0.0.20110607-2117 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionorg.eclipse.m2e.core 
            org.eclipse.m2e.core 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/io.takari.m2e.discovery.publisher/org.eclipse.m2e.core/ -->
<dependency>
    <groupId>io.takari.m2e.discovery.publisher</groupId>
    <artifactId>org.eclipse.m2e.core</artifactId>
    <version>1.0.0.20110607-2117</version>
</dependency>
                // https://jarcasting.com/artifacts/io.takari.m2e.discovery.publisher/org.eclipse.m2e.core/
implementation 'io.takari.m2e.discovery.publisher:org.eclipse.m2e.core:1.0.0.20110607-2117'
                // https://jarcasting.com/artifacts/io.takari.m2e.discovery.publisher/org.eclipse.m2e.core/
implementation ("io.takari.m2e.discovery.publisher:org.eclipse.m2e.core:1.0.0.20110607-2117")
                'io.takari.m2e.discovery.publisher:org.eclipse.m2e.core:jar:1.0.0.20110607-2117'
                <dependency org="io.takari.m2e.discovery.publisher" name="org.eclipse.m2e.core" rev="1.0.0.20110607-2117">
  <artifact name="org.eclipse.m2e.core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.takari.m2e.discovery.publisher', module='org.eclipse.m2e.core', version='1.0.0.20110607-2117')
)
                libraryDependencies += "io.takari.m2e.discovery.publisher" % "org.eclipse.m2e.core" % "1.0.0.20110607-2117"
                [io.takari.m2e.discovery.publisher/org.eclipse.m2e.core "1.0.0.20110607-2117"]