MVN

com.skillw.pouvoir : Pouvoir

Maven & Gradle

Aug 20, 2023
25 stars

Pouvoir · Bukkit Script Engine Plugin.

<dependency>
    <groupId>com.skillw.pouvoir</groupId>
    <artifactId>Pouvoir</artifactId>
    <version>1.6.5-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.skillw.pouvoir : Pouvoir to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.5-4
  • Latest Beta: 1.6.0-beta-11-api
  • Latest Alpha: 1.6.5-alpha-3

All Versions

Choose a version of com.skillw.pouvoir : Pouvoir to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
Pouvoir-1.6.5-4
Pouvoir-1.6.5-alpha-3
Pouvoir-1.6.5-alpha-2
Pouvoir-1.6.4-8
Pouvoir-1.6.4-7
Pouvoir-1.6.4-6
Pouvoir-1.6.0-5-api
Pouvoir-1.6.0-beta-11-api
Pouvoir-1.6.0-dev-6-api
Pouvoir-1.6.0-api

How to add a dependency to Maven

Add the following com.skillw.pouvoir : Pouvoir maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.skillw.pouvoir</groupId>
    <artifactId>Pouvoir</artifactId>
    <version>1.6.5-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.skillw.pouvoir : Pouvoir gradle dependency to your build.gradle file:

implementation 'com.skillw.pouvoir:Pouvoir:1.6.5-4'

Gradle Kotlin DSL: Add the following com.skillw.pouvoir : Pouvoir gradle kotlin dependency to your build.gradle.kts file:

implementation("com.skillw.pouvoir:Pouvoir:1.6.5-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.skillw.pouvoir : Pouvoir sbt scala dependency to your build.sbt file:

libraryDependencies += "com.skillw.pouvoir" % "Pouvoir" % "1.6.5-4"

Advertisement