| Категории |
КатегорииLogging Библиотеки уровня приложения |
|---|---|
| Группа | Группаorg.hswebframework.web |
| Идентификатор | Идентификаторhsweb-access-logging-aop |
| Версия | Версия4.0.6 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-access-logging-aop/ -->
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-access-logging-aop</artifactId>
<version>4.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-access-logging-aop/
implementation 'org.hswebframework.web:hsweb-access-logging-aop:4.0.6'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-access-logging-aop/
implementation ("org.hswebframework.web:hsweb-access-logging-aop:4.0.6")
'org.hswebframework.web:hsweb-access-logging-aop:jar:4.0.6'
<dependency org="org.hswebframework.web" name="hsweb-access-logging-aop" rev="4.0.6">
<artifact name="hsweb-access-logging-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-access-logging-aop', version='4.0.6')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-access-logging-aop" % "4.0.6"
[org.hswebframework.web/hsweb-access-logging-aop "4.0.6"]