Last Version

cdi-interceptors 0.1

The goal of this project is to provide CDI interceptors that implement cross-cutting concerns. Interceptors should be usable in different projects and scenarios and should not be available elsewhere (with the same features and quality).

License

License

GroupId

GroupId

com.github.sfleiter.cdi-interceptors
ArtifactId

ArtifactId

cdi-interceptors
Version

Version

0.1
Type

Type

jar
Description

Description

cdi-interceptors
The goal of this project is to provide CDI interceptors that implement cross-cutting concerns. Interceptors should be usable in different projects and scenarios and should not be available elsewhere (with the same features and quality).
Project URL

Project URL

https://github.com/sfleiter/cdi-interceptors
Source Code Management

Source Code Management

https://github.com/sfleiter/cdi-interceptors

Download cdi-interceptors 0.1


<!-- https://jarcasting.com/artifacts/com.github.sfleiter.cdi-interceptors/cdi-interceptors/ -->
<dependency>
    <groupId>com.github.sfleiter.cdi-interceptors</groupId>
    <artifactId>cdi-interceptors</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sfleiter.cdi-interceptors/cdi-interceptors/
implementation 'com.github.sfleiter.cdi-interceptors:cdi-interceptors:0.1'
// https://jarcasting.com/artifacts/com.github.sfleiter.cdi-interceptors/cdi-interceptors/
implementation ("com.github.sfleiter.cdi-interceptors:cdi-interceptors:0.1")
'com.github.sfleiter.cdi-interceptors:cdi-interceptors:jar:0.1'
<dependency org="com.github.sfleiter.cdi-interceptors" name="cdi-interceptors" rev="0.1">
  <artifact name="cdi-interceptors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sfleiter.cdi-interceptors', module='cdi-interceptors', version='0.1')
)
libraryDependencies += "com.github.sfleiter.cdi-interceptors" % "cdi-interceptors" % "0.1"
[com.github.sfleiter.cdi-interceptors/cdi-interceptors "0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.thoughtworks.paranamer : paranamer jar 2.6
org.slf4j : slf4j-api jar 1.7.5
uk.org.lidalia : lidalia-slf4j-ext jar 1.0.0

provided (1)

Group / Artifact Type Version
javax.enterprise : cdi-api jar 1.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.jglue.cdi-unit : cdi-unit jar 2.1.1
ch.qos.logback : logback-classic jar 1.0.13

Project Modules

There are no modules declared in this project.