MVN

de.maxbossing : MaxAPI

Maven & Gradle

Mar 10, 2023
0 stars

MaxAPI · Plugin API for various Plugins of myself

<dependency>
    <groupId>de.maxbossing</groupId>
    <artifactId>MaxAPI</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.maxbossing : MaxAPI to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of de.maxbossing : MaxAPI to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
MaxAPI-1.2.3
MaxAPI-1.2.2
MaxAPI-1.2.1
MaxAPI-1.2.0
1.1.x
MaxAPI-1.1.0
1.0.x
MaxAPI-1.0.2
MaxAPI-1.0.1
1.0
MaxAPI-1.0

How to add a dependency to Maven

Add the following de.maxbossing : MaxAPI maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.maxbossing</groupId>
    <artifactId>MaxAPI</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.maxbossing : MaxAPI gradle dependency to your build.gradle file:

implementation 'de.maxbossing:MaxAPI:1.2.3'

Gradle Kotlin DSL: Add the following de.maxbossing : MaxAPI gradle kotlin dependency to your build.gradle.kts file:

implementation("de.maxbossing:MaxAPI:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.maxbossing : MaxAPI sbt scala dependency to your build.sbt file:

libraryDependencies += "de.maxbossing" % "MaxAPI" % "1.2.3"

Advertisement