MVN

io.rocketbase.commons : sample-model

Maven & Gradle

Jul 06, 2023
7 stars
<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>sample-model</artifactId>
    <version>3.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.8

All Versions

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

Version Vulnerabilities Updated
3.0.x
sample-model-3.0.8
sample-model-3.0.7
sample-model-3.0.6
sample-model-3.0.5
sample-model-3.0.4
sample-model-3.0.3
sample-model-3.0.2
sample-model-3.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>sample-model</artifactId>
    <version>3.0.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.rocketbase.commons:sample-model:3.0.8'

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

implementation("io.rocketbase.commons:sample-model:3.0.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.rocketbase.commons" % "sample-model" % "3.0.8"