MVN

com.github.javakam : library

Maven & Gradle

Aug 05, 2022
12 stars

library · Ando Template .

<dependency>
    <groupId>com.github.javakam</groupId>
    <artifactId>library</artifactId>
    <version>11.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.javakam : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.0.0

All Versions

Choose a version of com.github.javakam : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.0.x
library-11.0.0
10.5.x
library-10.5.0
10.0.x
library-10.0.0
9.2.x
library-9.2.0
9.0.x
library-9.0.0
8.9.x
library-8.9.2
library-8.9.0
8.8.x
library-8.8.8
library-8.8.0
8.5.x
library-8.5.0
8.3.x
library-8.3.0
8.2.x
library-8.2.0
8.1.x
library-8.1.0
8.0.x
library-8.0.0
7.0.x
library-7.0.0
6.0.x
library-6.0.0
5.0.x
library-5.0.0
1.3.x
library-1.3.0
1.2.x
library-1.2.0
1.0.x
library-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.javakam</groupId>
    <artifactId>library</artifactId>
    <version>11.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.javakam : library gradle dependency to your build.gradle file:

implementation 'com.github.javakam:library:11.0.0'

Gradle Kotlin DSL: Add the following com.github.javakam : library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.javakam:library:11.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.javakam : library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.javakam" % "library" % "11.0.0"