MVN

org.ogema.tools : ogema-fileinstall

Maven & Gradle

Dec 06, 2019
25 stars

OGEMA Tools :: 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.

<dependency>
    <groupId>org.ogema.tools</groupId>
    <artifactId>ogema-fileinstall</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ogema.tools : ogema-fileinstall to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of org.ogema.tools : ogema-fileinstall to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
ogema-fileinstall-2.2.1
ogema-fileinstall-2.2.0

How to add a dependency to Maven

Add the following org.ogema.tools : ogema-fileinstall maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ogema.tools</groupId>
    <artifactId>ogema-fileinstall</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ogema.tools : ogema-fileinstall gradle dependency to your build.gradle file:

implementation 'org.ogema.tools:ogema-fileinstall:2.2.1'

Gradle Kotlin DSL: Add the following org.ogema.tools : ogema-fileinstall gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ogema.tools:ogema-fileinstall:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ogema.tools : ogema-fileinstall sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ogema.tools" % "ogema-fileinstall" % "2.2.1"