MVN

io.leopard : topnb

Maven & Gradle

Apr 21, 2018
0 stars

TopNB · TopNB

<dependency>
    <groupId>io.leopard</groupId>
    <artifactId>topnb</artifactId>
    <version>topnb-web</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.leopard : topnb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: topnb-web

All Versions

Choose a version of io.leopard : topnb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
topnb
topnb-topnb-web
topnb-topnb-profiler
topnb-topnb
0.0.x
topnb-0.0.4

How to add a dependency to Maven

Add the following io.leopard : topnb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.leopard</groupId>
    <artifactId>topnb</artifactId>
    <version>topnb-web</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.leopard : topnb gradle dependency to your build.gradle file:

implementation 'io.leopard:topnb:topnb-web'

Gradle Kotlin DSL: Add the following io.leopard : topnb gradle kotlin dependency to your build.gradle.kts file:

implementation("io.leopard:topnb:topnb-web")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.leopard : topnb sbt scala dependency to your build.sbt file:

libraryDependencies += "io.leopard" % "topnb" % "topnb-web"

Advertisement