MVN

com.googlecode.cmake-maven-project : cmake-common

Maven & Gradle

Apr 17, 2023
0 stars
<dependency>
    <groupId>com.googlecode.cmake-maven-project</groupId>
    <artifactId>cmake-common</artifactId>
    <version>3.26.3-b1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.cmake-maven-project : cmake-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.26.3-b1

All Versions

Choose a version of com.googlecode.cmake-maven-project : cmake-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.26.x
cmake-common-3.26.3-b1
3.25.x
cmake-common-3.25.2-b1
3.23.x
cmake-common-3.23.2-b1
3.22.x
cmake-common-3.22.1-b1
3.19.x
cmake-common-3.19.2-b1
3.18.x
cmake-common-3.18.4-b1
3.17.x
cmake-common-3.17.3-b1
3.16.x
cmake-common-3.16.3-b2
cmake-common-3.16.3-b1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.googlecode.cmake-maven-project</groupId>
    <artifactId>cmake-common</artifactId>
    <version>3.26.3-b1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.cmake-maven-project : cmake-common gradle dependency to your build.gradle file:

implementation 'com.googlecode.cmake-maven-project:cmake-common:3.26.3-b1'

Gradle Kotlin DSL: Add the following com.googlecode.cmake-maven-project : cmake-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.cmake-maven-project:cmake-common:3.26.3-b1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.cmake-maven-project : cmake-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.cmake-maven-project" % "cmake-common" % "3.26.3-b1"