MVN

com.idea-aedi : common-ot

Maven & Gradle

Jun 12, 2023
7 usages
<dependency>
    <groupId>com.idea-aedi</groupId>
    <artifactId>common-ot</artifactId>
    <version>2100.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.idea-aedi : common-ot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2100.7.6

All Versions

Choose a version of com.idea-aedi : common-ot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2100.7.x
common-ot-2100.7.6
common-ot-2100.7.5
common-ot-2100.7.4
common-ot-2100.7.3
common-ot-2100.7.2
common-ot-2100.7.1
common-ot-2100.7.0
2100.6.x
common-ot-2100.6.9
common-ot-2100.6.8
common-ot-2100.6.7
common-ot-2100.6.6
common-ot-2100.6.5
common-ot-2100.6.4
common-ot-2100.6.3
common-ot-2100.6.2
common-ot-2100.6.1
common-ot-2100.6.0
2100.5.x
common-ot-2100.5.9
common-ot-2100.5.8
common-ot-2100.5.7
common-ot-2100.5.6
common-ot-2100.5.5
common-ot-2100.5.4
common-ot-2100.5.3
common-ot-2100.5.2
common-ot-2100.5.0
2100.4.x
common-ot-2100.4.9
common-ot-2100.4.8
common-ot-2100.4.7
common-ot-2100.4.6
common-ot-2100.4.5
common-ot-2100.4.4
common-ot-2100.4.3
common-ot-2100.4.2
common-ot-2100.4.1
common-ot-2100.4.0
2100.3.x
common-ot-2100.3.9
common-ot-2100.3.8
common-ot-2100.3.7
common-ot-2100.3.6
common-ot-2100.3.5
common-ot-2100.3.4
common-ot-2100.3.3
2023.08
common-ot-2023.08
2023.07
common-ot-2023.07
2023.06.x
common-ot-2023.06.GA
2023.06
common-ot-2023.06
2023.05
common-ot-2023.05
2023.04
common-ot-2023.04
2023.03
common-ot-2023.03
2023.02
common-ot-2023.02
2023.01
common-ot-2023.01
2022.12
common-ot-2022.12
2022.11
common-ot-2022.11
2022.10
common-ot-2022.10
2022.09
common-ot-2022.09
2022.08
common-ot-2022.08
2022.07
common-ot-2022.07
2022.06
common-ot-2022.06
2022.05
common-ot-2022.05
2022.04
common-ot-2022.04
2022.03
common-ot-2022.03
2022.02
common-ot-2022.02
2022.01
common-ot-2022.01
2021.12
common-ot-2021.12
2021.11
common-ot-2021.11
2021.10
common-ot-2021.10
2021.09
common-ot-2021.09
2021.08
common-ot-2021.08
2021.07
common-ot-2021.07
21.3.x
common-ot-21.3.3
common-ot-21.3.2
common-ot-21.3.1
common-ot-21.3.0
21.2.x
common-ot-21.2.0
21.1.x
common-ot-21.1.0
21GA.3.x
common-ot-21GA.3.3
2.2.x
common-ot-2.2.0
2.1.x
common-ot-2.1.0
2.0.x
common-ot-2.0.0

How to add a dependency to Maven

Add the following com.idea-aedi : common-ot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.idea-aedi</groupId>
    <artifactId>common-ot</artifactId>
    <version>2100.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.idea-aedi : common-ot gradle dependency to your build.gradle file:

implementation 'com.idea-aedi:common-ot:2100.7.6'

Gradle Kotlin DSL: Add the following com.idea-aedi : common-ot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.idea-aedi:common-ot:2100.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.idea-aedi : common-ot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.idea-aedi" % "common-ot" % "2100.7.6"

Advertisement