MVN

org.beykery : jkcp

Maven & Gradle

Apr 26, 2020
180 stars

jkcp · kcp for java .

<dependency>
    <groupId>org.beykery</groupId>
    <artifactId>jkcp</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beykery : jkcp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of org.beykery : jkcp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jkcp-1.3.0
1.2.x
jkcp-1.2.9
jkcp-1.2.8
jkcp-1.2.7
jkcp-1.2.6
jkcp-1.2.5
jkcp-1.2.4
jkcp-1.2.3
jkcp-1.2.2
jkcp-1.2.1
jkcp-1.2.0
1.1.x
jkcp-1.1.0
1.0.x
jkcp-1.0.9
jkcp-1.0.8
jkcp-1.0.7
jkcp-1.0.6
jkcp-1.0.5
jkcp-1.0.3
jkcp-1.0.2
jkcp-1.0.1
jkcp-1.0.0
0.5
jkcp-0.5
0.3
jkcp-0.3
0.2
jkcp-0.2
0.1
jkcp-0.1

How to add a dependency to Maven

Add the following org.beykery : jkcp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.beykery</groupId>
    <artifactId>jkcp</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.beykery : jkcp gradle dependency to your build.gradle file:

implementation 'org.beykery:jkcp:1.3.0'

Gradle Kotlin DSL: Add the following org.beykery : jkcp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.beykery:jkcp:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.beykery : jkcp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.beykery" % "jkcp" % "1.3.0"

Advertisement