MVN

com.github.triceo.robozonky.installer : robozonky-installer-panels

Maven & Gradle

Aug 18, 2017
2 usages
0 stars

RoboZonky Installer: Custom panels

<dependency>
    <groupId>com.github.triceo.robozonky.installer</groupId>
    <artifactId>robozonky-installer-panels</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.triceo.robozonky.installer : robozonky-installer-panels to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0
  • Latest Beta: 4.0.0-beta-5
  • Latest Alpha: 4.0.0-alpha-3

All Versions

Choose a version of com.github.triceo.robozonky.installer : robozonky-installer-panels to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
robozonky-installer-panels-4.0.0-beta-5
robozonky-installer-panels-4.0.0-beta-4
robozonky-installer-panels-4.0.0-beta-2
robozonky-installer-panels-4.0.0-beta-1
robozonky-installer-panels-4.0.0-alpha-3
robozonky-installer-panels-4.0.0-alpha-2
robozonky-installer-panels-4.0.0-alpha-1
3.3.x
robozonky-installer-panels-3.3.0
3.2.x
robozonky-installer-panels-3.2.7
robozonky-installer-panels-3.2.6
robozonky-installer-panels-3.2.5
robozonky-installer-panels-3.2.4
robozonky-installer-panels-3.2.3
robozonky-installer-panels-3.2.0
3.1.x
robozonky-installer-panels-3.1.4
robozonky-installer-panels-3.1.3
robozonky-installer-panels-3.1.2
robozonky-installer-panels-3.1.1
robozonky-installer-panels-3.1.0

How to add a dependency to Maven

Add the following com.github.triceo.robozonky.installer : robozonky-installer-panels maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.triceo.robozonky.installer</groupId>
    <artifactId>robozonky-installer-panels</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.triceo.robozonky.installer : robozonky-installer-panels gradle dependency to your build.gradle file:

implementation 'com.github.triceo.robozonky.installer:robozonky-installer-panels:3.3.0'

Gradle Kotlin DSL: Add the following com.github.triceo.robozonky.installer : robozonky-installer-panels gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.triceo.robozonky.installer:robozonky-installer-panels:3.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.triceo.robozonky.installer : robozonky-installer-panels sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.triceo.robozonky.installer" % "robozonky-installer-panels" % "3.3.0"