MVN

com.thecoderscorner.tcmenu : embedCONTROLCore

Maven & Gradle

Aug 25, 2023
260 stars

embedCONTROLCore · TcMenu embedCONTROL shared core

<dependency>
    <groupId>com.thecoderscorner.tcmenu</groupId>
    <artifactId>embedCONTROLCore</artifactId>
    <version>4.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thecoderscorner.tcmenu : embedCONTROLCore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.1
  • Latest Beta: 3.2.0-BETA

All Versions

Choose a version of com.thecoderscorner.tcmenu : embedCONTROLCore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
embedCONTROLCore-4.1.1
embedCONTROLCore-4.1.0
4.0.x
embedCONTROLCore-4.0.0
3.2.x
embedCONTROLCore-3.2.0-BETA
3.1.x
embedCONTROLCore-3.1.0
3.0.x
embedCONTROLCore-3.0.0
2.5.x
embedCONTROLCore-2.5.0
2.4.x
embedCONTROLCore-2.4.0
2.3.x
embedCONTROLCore-2.3.1
embedCONTROLCore-2.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thecoderscorner.tcmenu</groupId>
    <artifactId>embedCONTROLCore</artifactId>
    <version>4.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thecoderscorner.tcmenu : embedCONTROLCore gradle dependency to your build.gradle file:

implementation 'com.thecoderscorner.tcmenu:embedCONTROLCore:4.1.1'

Gradle Kotlin DSL: Add the following com.thecoderscorner.tcmenu : embedCONTROLCore gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thecoderscorner.tcmenu:embedCONTROLCore:4.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thecoderscorner.tcmenu : embedCONTROLCore sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thecoderscorner.tcmenu" % "embedCONTROLCore" % "4.1.1"