MVN

io.github.uinnn : interface-framework

Maven & Gradle

Jan 21, 2022
3 usages
2 stars

interface-framework · a complex and complete interface (inventory) framework write in kotlin for spigot use!

<dependency>
    <groupId>io.github.uinnn</groupId>
    <artifactId>interface-framework</artifactId>
    <version>1.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.uinnn : interface-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.5

All Versions

Choose a version of io.github.uinnn : interface-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
interface-framework-1.9.5
interface-framework-1.9.4
interface-framework-1.9.3
interface-framework-1.9.2
interface-framework-1.9.1
interface-framework-1.9.0
1.8.x
interface-framework-1.8.1
interface-framework-1.8.0
1.7.x
interface-framework-1.7.1
interface-framework-1.7.0
1.6
interface-framework-1.6
1.5
interface-framework-1.5
1.3.x
interface-framework-1.3.2
interface-framework-1.3.1
1.3
interface-framework-1.3
1.2
interface-framework-1.2
1.1
interface-framework-1.1
1.0.x
interface-framework-1.0.1

How to add a dependency to Maven

Add the following io.github.uinnn : interface-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.uinnn</groupId>
    <artifactId>interface-framework</artifactId>
    <version>1.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.uinnn : interface-framework gradle dependency to your build.gradle file:

implementation 'io.github.uinnn:interface-framework:1.9.5'

Gradle Kotlin DSL: Add the following io.github.uinnn : interface-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.uinnn:interface-framework:1.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.uinnn : interface-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.uinnn" % "interface-framework" % "1.9.5"

Advertisement