MVN

dev.programadorthi.routing : events

Maven & Gradle

Aug 11, 2023
45 stars

Events · An extensible and multiplatform routing system powered by Ktor

<dependency>
    <groupId>dev.programadorthi.routing</groupId>
    <artifactId>events</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.programadorthi.routing : events to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of dev.programadorthi.routing : events to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
events-0.0.8
events-0.0.7
events-0.0.6
events-0.0.5
events-0.0.4
events-0.0.3

How to add a dependency to Maven

Add the following dev.programadorthi.routing : events maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.programadorthi.routing</groupId>
    <artifactId>events</artifactId>
    <version>0.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.programadorthi.routing : events gradle dependency to your build.gradle file:

implementation 'dev.programadorthi.routing:events:0.0.8'

Gradle Kotlin DSL: Add the following dev.programadorthi.routing : events gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.programadorthi.routing:events:0.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.programadorthi.routing : events sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.programadorthi.routing" % "events" % "0.0.8"