License |
License |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-interceptor |
Last Version | Last Version3.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.refcodes:refcodes-interceptor
With the refcodes-interceptor artifact you can build up assembly lines of
any structure; digesting and refining messages (objects) you pass in. In
its most basic form, the refcodes-interceptor acts as an interceptor (as
of the interceptor pattern).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-interceptor/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-interceptor</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-interceptor/
implementation 'org.refcodes:refcodes-interceptor:3.0.4'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-interceptor/
implementation ("org.refcodes:refcodes-interceptor:3.0.4")
'org.refcodes:refcodes-interceptor:jar:3.0.4'
<dependency org="org.refcodes" name="refcodes-interceptor" rev="3.0.4">
<artifact name="refcodes-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-interceptor', version='3.0.4')
)
libraryDependencies += "org.refcodes" % "refcodes-interceptor" % "3.0.4"
[org.refcodes/refcodes-interceptor "3.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.refcodes : refcodes-component | jar | 3.0.4 |
org.refcodes : refcodes-licensing | jar | 3.0.4 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |