MVN

com.github.insanusmokrassar : IObjectK

Maven & Gradle

May 30, 2018
13 usages
0 stars

IObjectK

<dependency>
    <groupId>com.github.insanusmokrassar</groupId>
    <artifactId>IObjectK</artifactId>
    <version>1.11.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.11.3

All Versions

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

Version Vulnerabilities Updated
1.11.x
IObjectK-1.11.3
IObjectK-1.11.2
IObjectK-1.11.1
1.11
IObjectK-1.11
1.10.x
IObjectK-1.10.6
IObjectK-1.10.5
IObjectK-1.10.4
IObjectK-1.10.3
IObjectK-1.10.2
IObjectK-1.10.1
1.10
IObjectK-1.10
1.9.x
IObjectK-1.9.2
IObjectK-1.9.1
1.9
IObjectK-1.9
1.8
IObjectK-1.8
1.7
IObjectK-1.7
1.6
IObjectK-1.6
1.5
IObjectK-1.5
1.4
IObjectK-1.4
1.3
IObjectK-1.3
1.2
IObjectK-1.2
1.1
IObjectK-1.1
1.0
IObjectK-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.insanusmokrassar</groupId>
    <artifactId>IObjectK</artifactId>
    <version>1.11.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.insanusmokrassar:IObjectK:1.11.3'

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

implementation("com.github.insanusmokrassar:IObjectK:1.11.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.insanusmokrassar" % "IObjectK" % "1.11.3"

Advertisement