MVN

org.jresearch.logui : org.jresearch.logui.gwt.fragment

Maven & Gradle

Nov 16, 2018
3 usages

JRS logback UI: logback admin application - GWT based UI part as web fragment · The web application to manage runtime configuration of Logback (Java logging library)

<dependency>
    <groupId>org.jresearch.logui</groupId>
    <artifactId>org.jresearch.logui.gwt.fragment</artifactId>
    <version>1.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jresearch.logui : org.jresearch.logui.gwt.fragment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.15

All Versions

Choose a version of org.jresearch.logui : org.jresearch.logui.gwt.fragment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
org.jresearch.logui.gwt.fragment-1.0.15
org.jresearch.logui.gwt.fragment-1.0.14
org.jresearch.logui.gwt.fragment-1.0.13
org.jresearch.logui.gwt.fragment-1.0.12
org.jresearch.logui.gwt.fragment-1.0.11
org.jresearch.logui.gwt.fragment-1.0.10
org.jresearch.logui.gwt.fragment-1.0.9
org.jresearch.logui.gwt.fragment-1.0.8
org.jresearch.logui.gwt.fragment-1.0.7
org.jresearch.logui.gwt.fragment-1.0.6
org.jresearch.logui.gwt.fragment-1.0.5
org.jresearch.logui.gwt.fragment-1.0.4
org.jresearch.logui.gwt.fragment-1.0.3
org.jresearch.logui.gwt.fragment-1.0.2
org.jresearch.logui.gwt.fragment-1.0.1
org.jresearch.logui.gwt.fragment-1.0.0

How to add a dependency to Maven

Add the following org.jresearch.logui : org.jresearch.logui.gwt.fragment maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jresearch.logui</groupId>
    <artifactId>org.jresearch.logui.gwt.fragment</artifactId>
    <version>1.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jresearch.logui : org.jresearch.logui.gwt.fragment gradle dependency to your build.gradle file:

implementation 'org.jresearch.logui:org.jresearch.logui.gwt.fragment:1.0.15'

Gradle Kotlin DSL: Add the following org.jresearch.logui : org.jresearch.logui.gwt.fragment gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jresearch.logui:org.jresearch.logui.gwt.fragment:1.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jresearch.logui : org.jresearch.logui.gwt.fragment sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jresearch.logui" % "org.jresearch.logui.gwt.fragment" % "1.0.15"