MVN

com.raylabz : gkernel

Maven & Gradle

Nov 08, 2020

GKernel · A development framework for MMOG backends.

<dependency>
    <groupId>com.raylabz</groupId>
    <artifactId>gkernel</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.raylabz : gkernel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of com.raylabz : gkernel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
gkernel-0.2.1
0.1.x
gkernel-0.1.103
gkernel-0.1.102
gkernel-0.1.101
gkernel-0.1.100
gkernel-0.1.99
gkernel-0.1.98
gkernel-0.1.97
gkernel-0.1.96
gkernel-0.1.95
gkernel-0.1.94
gkernel-0.1.93
gkernel-0.1.92
gkernel-0.1.91
gkernel-0.1.90
gkernel-0.1.89
gkernel-0.1.88

How to add a dependency to Maven

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

<dependency>
    <groupId>com.raylabz</groupId>
    <artifactId>gkernel</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.raylabz : gkernel gradle dependency to your build.gradle file:

implementation 'com.raylabz:gkernel:0.2.1'

Gradle Kotlin DSL: Add the following com.raylabz : gkernel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.raylabz:gkernel:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.raylabz : gkernel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.raylabz" % "gkernel" % "0.2.1"

Advertisement

Dependencies from Group

Mar 03, 2020
3 usages
0 stars
Jul 05, 2022
3 usages
Sep 25, 2020
2 usages
0 stars
Sep 16, 2020
1 usages
0 stars
Apr 27, 2020
1 usages
1 stars

Discover Dependencies