MVN

io.carml : carml-model

Maven & Gradle

May 26, 2023
86 stars

carml-model

<dependency>
    <groupId>io.carml</groupId>
    <artifactId>carml-model</artifactId>
    <version>0.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.carml : carml-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.8

All Versions

Choose a version of io.carml : carml-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
carml-model-0.4.8
carml-model-0.4.7
carml-model-0.4.6
carml-model-0.4.5
carml-model-0.4.4
carml-model-0.4.3
carml-model-0.4.2
carml-model-0.4.1
carml-model-0.4.0

How to add a dependency to Maven

Add the following io.carml : carml-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.carml</groupId>
    <artifactId>carml-model</artifactId>
    <version>0.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.carml : carml-model gradle dependency to your build.gradle file:

implementation 'io.carml:carml-model:0.4.8'

Gradle Kotlin DSL: Add the following io.carml : carml-model gradle kotlin dependency to your build.gradle.kts file:

implementation("io.carml:carml-model:0.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.carml : carml-model sbt scala dependency to your build.sbt file:

libraryDependencies += "io.carml" % "carml-model" % "0.4.8"

Advertisement