Download csar-0.7.0.jar file - Jar c

Jar examples for c:csar

Description

Csar (/z???r/) provides access to concerns (usually cross-cutting) configured globally or locally.

You can download jar file csar 0.7.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add csar-0.7.0.jar to your project.

<dependency>
   <groupId>io.csar</groupId>
   <artifactId>csar</artifactId>
   <version>0.7.0</version>
</dependency>
compile group: 'io.csar', name: 'csar', version: '0.7.0'
libraryDependencies += "io.csar" % "csar" % "0.7.0"
<dependency org="io.csar" name="csar" rev="0.7.0"/>
@Grapes(@Grab(group='io.csar', module='csar', version='0.7.0'))
'io.csar:csar:jar:0.7.0'

Download

Click the following link to download the jar file.

csar-0.7.0-javadoc.jar
csar-0.7.0-sources.jar
csar-0.7.0.jar
csar-0.7.0.pom



Related Tutorials