MVN

io.csar : csar

Maven & Gradle

Oct 30, 2022
11 usages

Concern Separation Aspect Registrar (Csar) · Csar (/zɑːr/) provides access to concerns (usually cross-cutting) configured globally or locally.

<dependency>
    <groupId>io.csar</groupId>
    <artifactId>csar</artifactId>
    <version>0.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.8.2

All Versions

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

Version Vulnerabilities Updated
0.8.x
csar-0.8.2
csar-0.8.1
csar-0.8.0
0.7.x
csar-0.7.0
0.6.x
csar-0.6.0
0.5.x
csar-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.csar</groupId>
    <artifactId>csar</artifactId>
    <version>0.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.csar : csar gradle dependency to your build.gradle file:

implementation 'io.csar:csar:0.8.2'

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

implementation("io.csar:csar:0.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.csar : csar sbt scala dependency to your build.sbt file:

libraryDependencies += "io.csar" % "csar" % "0.8.2"

Advertisement