MVN

org.epos-eu.ics-c : router-framework

Maven & Gradle

Aug 03, 2023

RouterFramework · Aids inter-component routing using AMQP (specific to use of RabbitMQ broker)

<dependency>
    <groupId>org.epos-eu.ics-c</groupId>
    <artifactId>router-framework</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.epos-eu.ics-c : router-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of org.epos-eu.ics-c : router-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
router-framework-1.0.2
router-framework-1.0.1
router-framework-1.0.0
0.1.x
router-framework-0.1.8
router-framework-0.1.7
router-framework-0.1.6
router-framework-0.1.5
router-framework-0.1.4
router-framework-0.1.3
router-framework-0.1.2
router-framework-0.1.1
router-framework-0.1.0
0.0.x
router-framework-0.0.9
router-framework-0.0.8
router-framework-0.0.7
router-framework-0.0.5
router-framework-0.0.4
router-framework-0.0.3
router-framework-0.0.2-a
router-framework-0.0.2
router-framework-0.0.1
router-framework-0.0.8b
router-framework-0.0.6e
router-framework-0.0.6d
router-framework-0.0.6c
router-framework-0.0.6b

How to add a dependency to Maven

Add the following org.epos-eu.ics-c : router-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.epos-eu.ics-c</groupId>
    <artifactId>router-framework</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.epos-eu.ics-c : router-framework gradle dependency to your build.gradle file:

implementation 'org.epos-eu.ics-c:router-framework:1.0.2'

Gradle Kotlin DSL: Add the following org.epos-eu.ics-c : router-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("org.epos-eu.ics-c:router-framework:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.epos-eu.ics-c : router-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "org.epos-eu.ics-c" % "router-framework" % "1.0.2"