| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.hangsman |
| Идентификатор | Идентификаторoperate-log-parent |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеoperate-log
参考 https://github.com/mouzt/mzt-biz-log 实现的一款基于 spring aop 操作日志记录工具
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| operate-log-parent-1.0.1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.hangsman/operate-log-parent/ -->
<dependency>
<groupId>cn.hangsman</groupId>
<artifactId>operate-log-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.hangsman/operate-log-parent/
implementation 'cn.hangsman:operate-log-parent:1.0.1'
// https://jarcasting.com/artifacts/cn.hangsman/operate-log-parent/
implementation ("cn.hangsman:operate-log-parent:1.0.1")
'cn.hangsman:operate-log-parent:pom:1.0.1'
<dependency org="cn.hangsman" name="operate-log-parent" rev="1.0.1">
<artifact name="operate-log-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.hangsman', module='operate-log-parent', version='1.0.1')
)
libraryDependencies += "cn.hangsman" % "operate-log-parent" % "1.0.1"
[cn.hangsman/operate-log-parent "1.0.1"]