MVN

com.itangcent : commons

Maven & Gradle

Aug 06, 2023
5 usages
8 stars

Intellij Kotlin(commons) · Help for developing plugins for JetBrains products. Common utils

<dependency>
    <groupId>com.itangcent</groupId>
    <artifactId>commons</artifactId>
    <version>1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.itangcent : commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.4
  • Latest Beta: 0.1.2-beta2

All Versions

Choose a version of com.itangcent : commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
commons-1.5.4
commons-1.5.3
commons-1.5.2
commons-1.5.0
1.4.x
commons-1.4.9
commons-1.4.8
commons-1.4.7
commons-1.4.5
commons-1.4.4
commons-1.4.3
commons-1.4.2
commons-1.4.1
1.3.x
commons-1.3.9
commons-1.3.8
commons-1.3.7
commons-1.3.6
commons-1.3.4
commons-1.3.1
commons-1.3.0
1.2.x
commons-1.2.73-SNAPSHOTO
commons-1.2.9
commons-1.2.8
commons-1.2.6
commons-1.2.5
commons-1.2.4
commons-1.2.3
1.1.x
commons-1.1.9
commons-1.1.8
commons-1.1.7
commons-1.1.6
commons-1.1.4
commons-1.1.2
commons-1.1.0
1.0.x
commons-1.0.9
commons-1.0.8
commons-1.0.7
commons-1.0.5
commons-1.0.4
commons-1.0.1
0.8.x
commons-0.8.5
0.7.x
commons-0.7.9
commons-0.7.1
0.5.x
commons-0.5.0
0.2.x
commons-0.2.8.RELEASE
commons-0.2.0
0.1.x
commons-0.1.6
commons-0.1.5
commons-0.1.3
commons-0.1.2
commons-0.1.2-beta2
commons-0.1.2-beta1
0.0.x
commons-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.itangcent</groupId>
    <artifactId>commons</artifactId>
    <version>1.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.itangcent : commons gradle dependency to your build.gradle file:

implementation 'com.itangcent:commons:1.5.4'

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

implementation("com.itangcent:commons:1.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.itangcent : commons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.itangcent" % "commons" % "1.5.4"

Advertisement