MVN

dev.sefiraat : SefiLib

Maven & Gradle

Apr 15, 2023
3 stars

SefiLib · This library provides tools to help in the development of Slimefun Addons

<dependency>
    <groupId>dev.sefiraat</groupId>
    <artifactId>SefiLib</artifactId>
    <version>0.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.sefiraat : SefiLib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of dev.sefiraat : SefiLib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
SefiLib-0.2.6
SefiLib-0.2.5
SefiLib-0.2.4
SefiLib-0.2.3
SefiLib-0.2.2
SefiLib-0.2.1
SefiLib-0.2.0
0.1.x
SefiLib-0.1.5.4
SefiLib-0.1.5.3
SefiLib-0.1.5.2
SefiLib-0.1.5.0
SefiLib-0.1.4.7
SefiLib-0.1.4.6
SefiLib-0.1.4.5
SefiLib-0.1.4.4
SefiLib-0.1.4.3
SefiLib-0.1.4.2
SefiLib-0.1.4.1
SefiLib-0.1.4.0

How to add a dependency to Maven

Add the following dev.sefiraat : SefiLib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.sefiraat</groupId>
    <artifactId>SefiLib</artifactId>
    <version>0.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.sefiraat : SefiLib gradle dependency to your build.gradle file:

implementation 'dev.sefiraat:SefiLib:0.2.6'

Gradle Kotlin DSL: Add the following dev.sefiraat : SefiLib gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.sefiraat:SefiLib:0.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.sefiraat : SefiLib sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.sefiraat" % "SefiLib" % "0.2.6"

Advertisement