| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIDE Development Tools config Application Layer Libs Configuration | 
        
| GroupId | GroupIdorg.osgi | 
    
| ArtifactId | ArtifactIdosgi.enroute.configurer.simple.provider | 
    
| Last Version | Last Version2.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionosgi.enroute.configurer.simple.provider 
            This component is an extender that reads the /configuration/configuration.json file and installs the list of maps in there as configuration. The configurer supports a number of features like profiles, macro expansion, binary resource handling, and configuration through system properties. See the readme.md file for more details. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/org.osgi/osgi.enroute.configurer.simple.provider/ -->
<dependency>
    <groupId>org.osgi</groupId>
    <artifactId>osgi.enroute.configurer.simple.provider</artifactId>
    <version>2.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.osgi/osgi.enroute.configurer.simple.provider/
implementation 'org.osgi:osgi.enroute.configurer.simple.provider:2.1.0'
                // https://jarcasting.com/artifacts/org.osgi/osgi.enroute.configurer.simple.provider/
implementation ("org.osgi:osgi.enroute.configurer.simple.provider:2.1.0")
                'org.osgi:osgi.enroute.configurer.simple.provider:jar:2.1.0'
                <dependency org="org.osgi" name="osgi.enroute.configurer.simple.provider" rev="2.1.0">
  <artifact name="osgi.enroute.configurer.simple.provider" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.osgi', module='osgi.enroute.configurer.simple.provider', version='2.1.0')
)
                libraryDependencies += "org.osgi" % "osgi.enroute.configurer.simple.provider" % "2.1.0"
                [org.osgi/osgi.enroute.configurer.simple.provider "2.1.0"]