MVN

org.beryx.viewreka : viewreka-bundle-axis

Maven & Gradle

Apr 16, 2016
1 usages

Module viewreka-bundle-axis · The viewreka-bundle-axis artifact

<dependency>
    <groupId>org.beryx.viewreka</groupId>
    <artifactId>viewreka-bundle-axis</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-bundle-axis 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-bundle-axis to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.beryx.viewreka</groupId>
    <artifactId>viewreka-bundle-axis</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-bundle-axis gradle dependency to your build.gradle file:

implementation 'org.beryx.viewreka:viewreka-bundle-axis:0.2.1-alpha-3'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement