License |
License |
---|---|
GroupId | GroupIdio.csar |
ArtifactId | ArtifactIdcsar |
Last Version | Last Version0.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConcern Separation Aspect Registrar (Csar)
Csar (/zɑːr/) provides access to concerns (usually cross-cutting) configured globally or locally.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
csar-0.8.0.pom | |
csar-0.8.0.jar | 10 KB |
csar-0.8.0-sources.jar | 13 KB |
csar-0.8.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.csar/csar/ -->
<dependency>
<groupId>io.csar</groupId>
<artifactId>csar</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.csar/csar/
implementation 'io.csar:csar:0.8.0'
// https://jarcasting.com/artifacts/io.csar/csar/
implementation ("io.csar:csar:0.8.0")
'io.csar:csar:jar:0.8.0'
<dependency org="io.csar" name="csar" rev="0.8.0">
<artifact name="csar" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.csar', module='csar', version='0.8.0')
)
libraryDependencies += "io.csar" % "csar" % "0.8.0"
[io.csar/csar "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
org.junit.vintage : junit-vintage-engine | jar | 5.4.0 |
org.hamcrest : hamcrest | jar | 2.1 |
org.hamcrest : hamcrest-core | jar | 2.1 |
com.github.npathai : hamcrest-optional | jar | 2.0.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |