MVN

org.beryx.viewreka : viewreka-fxcommons

Maven & Gradle

Apr 16, 2016
1 usages

Module viewreka-fxcommons · The viewreka-fxcommons artifact

<dependency>
    <groupId>org.beryx.viewreka</groupId>
    <artifactId>viewreka-fxcommons</artifactId>
    <version>0.2.1-alpha-3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beryx.viewreka : viewreka-fxcommons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1-alpha-3
  • Latest Alpha: 0.2.1-alpha-3

All Versions

Choose a version of org.beryx.viewreka : viewreka-fxcommons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
viewreka-fxcommons-0.2.1-alpha-3
viewreka-fxcommons-0.2.1-alpha-2

How to add a dependency to Maven

Add the following org.beryx.viewreka : viewreka-fxcommons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.beryx.viewreka</groupId>
    <artifactId>viewreka-fxcommons</artifactId>
    <version>0.2.1-alpha-3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.beryx.viewreka : viewreka-fxcommons gradle dependency to your build.gradle file:

implementation 'org.beryx.viewreka:viewreka-fxcommons:0.2.1-alpha-3'

Gradle Kotlin DSL: Add the following org.beryx.viewreka : viewreka-fxcommons gradle kotlin dependency to your build.gradle.kts file:

implementation("org.beryx.viewreka:viewreka-fxcommons:0.2.1-alpha-3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.beryx.viewreka : viewreka-fxcommons sbt scala dependency to your build.sbt file:

libraryDependencies += "org.beryx.viewreka" % "viewreka-fxcommons" % "0.2.1-alpha-3"