MVN

org.realityforge.router.fu : router-fu-annotations

Maven & Gradle

Jul 12, 2018
1 usages

Annotations for defining a router · Annotations for defining a router

<dependency>
    <groupId>org.realityforge.router.fu</groupId>
    <artifactId>router-fu-annotations</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.realityforge.router.fu : router-fu-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of org.realityforge.router.fu : router-fu-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
router-fu-annotations-0.13
0.12
router-fu-annotations-0.12
0.11
router-fu-annotations-0.11
0.10
router-fu-annotations-0.10
0.09
router-fu-annotations-0.09
0.08
router-fu-annotations-0.08
0.07
router-fu-annotations-0.07
0.06
router-fu-annotations-0.06
0.05
router-fu-annotations-0.05
0.04
router-fu-annotations-0.04
0.03
router-fu-annotations-0.03
0.02
router-fu-annotations-0.02
0.01
router-fu-annotations-0.01

How to add a dependency to Maven

Add the following org.realityforge.router.fu : router-fu-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.realityforge.router.fu</groupId>
    <artifactId>router-fu-annotations</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.realityforge.router.fu : router-fu-annotations gradle dependency to your build.gradle file:

implementation 'org.realityforge.router.fu:router-fu-annotations:0.13'

Gradle Kotlin DSL: Add the following org.realityforge.router.fu : router-fu-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("org.realityforge.router.fu:router-fu-annotations:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.realityforge.router.fu : router-fu-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "org.realityforge.router.fu" % "router-fu-annotations" % "0.13"

Advertisement