MVN

io.github.lxgaming : common-hosting

Maven & Gradle

Jun 19, 2023
0 stars

Common · Hosting framework for Java

<dependency>
    <groupId>io.github.lxgaming</groupId>
    <artifactId>common-hosting</artifactId>
    <version>1.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.lxgaming : common-hosting to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.9

All Versions

Choose a version of io.github.lxgaming : common-hosting to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
common-hosting-1.2.9
common-hosting-1.2.8
common-hosting-1.2.7
common-hosting-1.2.6
common-hosting-1.2.5
common-hosting-1.2.4
common-hosting-1.2.3
common-hosting-1.2.2
common-hosting-1.2.1
common-hosting-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.lxgaming</groupId>
    <artifactId>common-hosting</artifactId>
    <version>1.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.lxgaming : common-hosting gradle dependency to your build.gradle file:

implementation 'io.github.lxgaming:common-hosting:1.2.9'

Gradle Kotlin DSL: Add the following io.github.lxgaming : common-hosting gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.lxgaming:common-hosting:1.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.lxgaming : common-hosting sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.lxgaming" % "common-hosting" % "1.2.9"