MVN

org.wikbook : wikbook.site

Maven & Gradle

Jan 31, 2013
17 stars

Wikbook site

<dependency>
    <groupId>org.wikbook</groupId>
    <artifactId>wikbook.site</artifactId>
    <version>0.9.45</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wikbook : wikbook.site to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.45

All Versions

Choose a version of org.wikbook : wikbook.site to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
wikbook.site-0.9.45
wikbook.site-0.9.44
wikbook.site-0.9.43
wikbook.site-0.9.42
wikbook.site-0.9.41
wikbook.site-0.9.40
wikbook.site-0.9.39
wikbook.site-0.9.38
wikbook.site-0.9.37
wikbook.site-0.9.36

How to add a dependency to Maven

Add the following org.wikbook : wikbook.site maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wikbook</groupId>
    <artifactId>wikbook.site</artifactId>
    <version>0.9.45</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wikbook : wikbook.site gradle dependency to your build.gradle file:

implementation 'org.wikbook:wikbook.site:0.9.45'

Gradle Kotlin DSL: Add the following org.wikbook : wikbook.site gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wikbook:wikbook.site:0.9.45")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wikbook : wikbook.site sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wikbook" % "wikbook.site" % "0.9.45"

Advertisement