o

ogema-fileinstall

Bundle with a synchronous activator which will install OGEMA resources from XML (.ogx) or JSON (.ogj) files located in config/resources (default). This requires a running OGEMA framework when the bundle is started and enables the installation of basic resources before other applications are activated. Also adds a service for felix fileinstall that will install such resource files. Files installed through fileinstall will be reinstalled when they are updated or when a newer version of an installed file is found after a restart (using the file's last modification timestamp). Files installed from the configuration directory will only be reinstalled on a restart, if they have been changed.
Files download
File Operation
ogema-fileinstall-2.2.1.jar download
ogema-fileinstall-2.2.1.pom download
ogema-fileinstall-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ogema.tools</groupId>
  <artifactId>ogema-fileinstall</artifactId>
  <version>2.2.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ogema.tools:ogema-fileinstall:2.2.1'
Gradle Kotlin
implementation("org.ogema.tools:ogema-fileinstall:2.2.1")
Scala SBT
libraryDependencies += "org.ogema.tools" % "ogema-fileinstall" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ogema.tools', module='ogema-fileinstall', version='2.2.1')
)
Apache Ivy
<dependency org="org.ogema.tools" name="ogema-fileinstall" rev="2.2.1" />
Leiningen
[org.ogema.tools/ogema-fileinstall "2.2.1"]
Apache Buildr
'org.ogema.tools:ogema-fileinstall:jar:2.2.1'