| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.refcodes |
| Идентификатор | Идентификаторrefcodes-interceptor |
| Версия | Версия2.1.2 |
| Тип | Типjar |
| Описание |
Описаниеorg.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).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-interceptor/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-interceptor</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-interceptor/
implementation 'org.refcodes:refcodes-interceptor:2.1.2'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-interceptor/
implementation ("org.refcodes:refcodes-interceptor:2.1.2")
'org.refcodes:refcodes-interceptor:jar:2.1.2'
<dependency org="org.refcodes" name="refcodes-interceptor" rev="2.1.2">
<artifact name="refcodes-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-interceptor', version='2.1.2')
)
libraryDependencies += "org.refcodes" % "refcodes-interceptor" % "2.1.2"
[org.refcodes/refcodes-interceptor "2.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.refcodes : refcodes-component | jar | 2.1.2 |
| org.refcodes : refcodes-licensing | jar | 2.1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.5.2 |