MVN

com.gitee.code2roc : fastkernel

Maven & Gradle

Sep 27, 2022

fastkernel · code kernel

<dependency>
    <groupId>com.gitee.code2roc</groupId>
    <artifactId>fastkernel</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.code2roc : fastkernel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of com.gitee.code2roc : fastkernel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
fastkernel-1.1.4
fastkernel-1.1.3
fastkernel-1.1.2
fastkernel-1.1.1
fastkernel-1.1.0
1.0.x
fastkernel-1.0.9
fastkernel-1.0.8
fastkernel-1.0.7
fastkernel-1.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitee.code2roc</groupId>
    <artifactId>fastkernel</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.code2roc : fastkernel gradle dependency to your build.gradle file:

implementation 'com.gitee.code2roc:fastkernel:1.1.4'

Gradle Kotlin DSL: Add the following com.gitee.code2roc : fastkernel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.code2roc:fastkernel:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.code2roc : fastkernel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.code2roc" % "fastkernel" % "1.1.4"

Advertisement