MVN

team.yi.ktor : ktor-banner

Maven & Gradle

Apr 21, 2021
1 stars

ktor-banner · Add a banner for ktor.

<dependency>
    <groupId>team.yi.ktor</groupId>
    <artifactId>ktor-banner</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of team.yi.ktor : ktor-banner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of team.yi.ktor : ktor-banner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
ktor-banner-0.2.0

How to add a dependency to Maven

Add the following team.yi.ktor : ktor-banner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>team.yi.ktor</groupId>
    <artifactId>ktor-banner</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following team.yi.ktor : ktor-banner gradle dependency to your build.gradle file:

implementation 'team.yi.ktor:ktor-banner:0.2.0'

Gradle Kotlin DSL: Add the following team.yi.ktor : ktor-banner gradle kotlin dependency to your build.gradle.kts file:

implementation("team.yi.ktor:ktor-banner:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following team.yi.ktor : ktor-banner sbt scala dependency to your build.sbt file:

libraryDependencies += "team.yi.ktor" % "ktor-banner" % "0.2.0"

Advertisement