MVN

com.github.caciocavallosilano : cacio-shared

Maven & Gradle

Jul 31, 2023
1 usages
9 stars

Cacio Shared Module

<dependency>
    <groupId>com.github.caciocavallosilano</groupId>
    <artifactId>cacio-shared</artifactId>
    <version>1.17.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.caciocavallosilano : cacio-shared to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.2

All Versions

Choose a version of com.github.caciocavallosilano : cacio-shared to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
cacio-shared-1.17.2
cacio-shared-1.17.1
1.17
cacio-shared-1.17
1.11.x
cacio-shared-1.11.1
1.11
cacio-shared-1.11
1.10
cacio-shared-1.10

How to add a dependency to Maven

Add the following com.github.caciocavallosilano : cacio-shared maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.caciocavallosilano</groupId>
    <artifactId>cacio-shared</artifactId>
    <version>1.17.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.caciocavallosilano : cacio-shared gradle dependency to your build.gradle file:

implementation 'com.github.caciocavallosilano:cacio-shared:1.17.2'

Gradle Kotlin DSL: Add the following com.github.caciocavallosilano : cacio-shared gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.caciocavallosilano:cacio-shared:1.17.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.caciocavallosilano : cacio-shared sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.caciocavallosilano" % "cacio-shared" % "1.17.2"