MVN

rocks.coffeenet : starter-navigation-javascript

Maven & Gradle

Feb 01, 2019
1 usages
11 stars

CoffeeNet Starter Navigation Javascript · This starter is designed to provide the CoffeeNet styling with javascript

<dependency>
    <groupId>rocks.coffeenet</groupId>
    <artifactId>starter-navigation-javascript</artifactId>
    <version>0.38.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of rocks.coffeenet : starter-navigation-javascript to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.38.2

All Versions

Choose a version of rocks.coffeenet : starter-navigation-javascript to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.38.x
starter-navigation-javascript-0.38.2

How to add a dependency to Maven

Add the following rocks.coffeenet : starter-navigation-javascript maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>rocks.coffeenet</groupId>
    <artifactId>starter-navigation-javascript</artifactId>
    <version>0.38.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following rocks.coffeenet : starter-navigation-javascript gradle dependency to your build.gradle file:

implementation 'rocks.coffeenet:starter-navigation-javascript:0.38.2'

Gradle Kotlin DSL: Add the following rocks.coffeenet : starter-navigation-javascript gradle kotlin dependency to your build.gradle.kts file:

implementation("rocks.coffeenet:starter-navigation-javascript:0.38.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following rocks.coffeenet : starter-navigation-javascript sbt scala dependency to your build.sbt file:

libraryDependencies += "rocks.coffeenet" % "starter-navigation-javascript" % "0.38.2"